summaryrefslogtreecommitdiff
path: root/include/canvas/base/graphicdevicebase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/canvas/base/graphicdevicebase.hxx')
-rw-r--r--include/canvas/base/graphicdevicebase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/canvas/base/graphicdevicebase.hxx b/include/canvas/base/graphicdevicebase.hxx
index df7a2c4bc2e3..e5efe9bb4f0b 100644
--- a/include/canvas/base/graphicdevicebase.hxx
+++ b/include/canvas/base/graphicdevicebase.hxx
@@ -48,7 +48,7 @@ namespace canvas
actually is, that you cannot do it the plain way, since
deriving from a common base subclass always introduces the
whole set of pure virtuals, that your baseclass helper just
- overrided) and your implementation class. You then only have
+ overridden) and your implementation class. You then only have
to implement the functionality <em>besides</em>
XGraphicDevice. If you want to support the optional debug
XUpdatable interface, also add that to the base classes