summaryrefslogtreecommitdiffstats
path: root/khtml/dom/html_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'khtml/dom/html_misc.h')
-rw-r--r--khtml/dom/html_misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/dom/html_misc.h b/khtml/dom/html_misc.h
index bcfa09495..0dd9a9815 100644
--- a/khtml/dom/html_misc.h
+++ b/khtml/dom/html_misc.h
@@ -169,7 +169,7 @@ public:
/**
* This method retrieves a \c Node using a name. It
* first searches for a \c Node with a matching
- * \c id attribute. If it doesn't find one, it then searches
+ * \c id attribute. If it doesn't tqfind one, it then searches
* for a \c Node with a matching \c name
* attribute, but only on those elements that are allowed a name
* attribute.