Mercurial > dillo_port1.3
changeset 1083:a7f1763fd21e
spelling
author | corvid <corvid@lavabit.com> |
---|---|
date | Fri, 08 May 2009 04:25:55 +0000 |
parents | b5e9472021cc |
children | 23edfb792c5e |
files | src/dns.c src/html.cc src/styleengine.hh |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dns.c Thu May 07 16:28:16 2009 -0400 +++ b/src/dns.c Fri May 08 04:25:55 2009 +0000 @@ -381,7 +381,7 @@ break; if (i < dns_cache_size) { - /* already resolved, call the Callback inmediately. */ + /* already resolved, call the Callback immediately. */ cb_func(0, dns_cache[i].addr_list, cb_data); } else if ((i = Dns_queue_find(hostname)) != -1) {
--- a/src/html.cc Thu May 07 16:28:16 2009 -0400 +++ b/src/html.cc Fri May 08 04:25:55 2009 +0000 @@ -480,7 +480,7 @@ } /* - * Miscelaneous initializations for Dw + * Miscellaneous initializations for Dw */ void DilloHtml::initDw() { @@ -1106,7 +1106,7 @@ } 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 @@ 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')
--- a/src/styleengine.hh Thu May 07 16:28:16 2009 -0400 +++ b/src/styleengine.hh Fri May 08 04:25:55 2009 +0000 @@ -11,7 +11,7 @@ /** * \brief This class provides the glue between HTML parser and CSS subsystem. * - * It maintains a document tree and creates and cashes style objects for use + * It maintains a document tree and creates and caches style objects for use * by the HTML parser. * The HTML parser in turn informs StyleEngine about opened or closed * HTML elements and their attributes via the startElement() / endElement()