aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
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/styleengine.hh
parenta975d5033ed5905cd05b08bf752851325d34a0a7 (diff)
spelling
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh
index 5d5f7c18..e50ba35a 100644
--- a/src/styleengine.hh
+++ b/src/styleengine.hh
@@ -11,7 +11,7 @@ class StyleEngine;
/**
* \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()