aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-05-08 04:25:55 +0000
committercorvid <corvid@lavabit.com>2009-05-08 04:25:55 +0000
commitec2d54cf916e3a9fa65368c504538d34bdd1ecf6 (patch)
tree74bee81442a875bdcc22d58601e2d1c24aba7586 /src/html.cc
parenta975d5033ed5905cd05b08bf752851325d34a0a7 (diff)
spelling
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/html.cc b/src/html.cc
index ea178277..d2bb8d7e 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -480,7 +480,7 @@ DilloHtml::DilloHtml(BrowserWindow *p_bw, const DilloUrl *url,
}
/*
- * Miscelaneous initializations for Dw
+ * Miscellaneous initializations for Dw
*/
void DilloHtml::initDw()
{
@@ -1106,7 +1106,7 @@ static void Html_process_space(DilloHtml *html, const char *space,
} else {
if (SGML_SPCDEL) {
- /* SGML_SPCDEL ignores white space inmediately after an open tag */
+ /* SGML_SPCDEL ignores white space immediately after an open tag */
} else if (!html->PrevWasSPC) {
DW2TB(html->dw)->addSpace(html->styleEngine->wordStyle ());
html->PrevWasSPC = true;
@@ -3466,7 +3466,7 @@ static void Html_process_tag(DilloHtml *html, char *tag, int tagsize)
if (html->styleEngine->getId ())
Html_add_anchor(html, html->styleEngine->getId ());
- /* Request inmediate close for elements with forbidden close tag. */
+ /* Request immediate close for elements with forbidden close tag. */
/* TODO: XHTML always requires close tags. A simple implementation
* of the commented clause below will make it work. */
if (/* parsing HTML && */ Tags[ni].EndTag == 'F')