summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGTextElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGTextElement.h')
-rw-r--r--ksvg/dom/SVGTextElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/dom/SVGTextElement.h b/ksvg/dom/SVGTextElement.h
index 111d2929..1382d693 100644
--- a/ksvg/dom/SVGTextElement.h
+++ b/ksvg/dom/SVGTextElement.h
@@ -57,7 +57,7 @@ class SVGTextElementImpl;
* specification and painting attributes which describe how exactly to render
* the characters. Since <code>text</code> elements are rendered using the
* same rendering methods as other graphics elements, all of the same
- * coordinate system transformations, painting, clipping and tqmasking
+ * coordinate system transformations, painting, clipping and masking
* features that apply to tqshapes such as paths and rectangles also
* apply to <code>text</code> elements.
*