summaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
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()