summaryrefslogtreecommitdiffstats
path: root/ksvg/dom/SVGSVGElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksvg/dom/SVGSVGElement.h')
-rw-r--r--ksvg/dom/SVGSVGElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksvg/dom/SVGSVGElement.h b/ksvg/dom/SVGSVGElement.h
index 9380f992..62196710 100644
--- a/ksvg/dom/SVGSVGElement.h
+++ b/ksvg/dom/SVGSVGElement.h
@@ -56,7 +56,7 @@ class SVGSVGElementImpl;
/**
* A key interface definition is the SVGSVGElement interface, which is the
- * interface that corresponds to the 'svg' element. This interface tqcontains
+ * interface that corresponds to the 'svg' element. This interface contains
* various miscellaneous commonly-used utility methods, such as matrix
* operations and the ability to control the time of redraw on visual
* rendering devices. SVGSVGElement extends ViewCSS and DocumentCSS to provide