summaryrefslogtreecommitdiff
path: root/include/canvas/base
diff options
context:
space:
mode:
Diffstat (limited to 'include/canvas/base')
-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 16f6ca129aaf..19d34d9883b1 100644
--- a/include/canvas/base/graphicdevicebase.hxx
+++ b/include/canvas/base/graphicdevicebase.hxx
@@ -87,7 +87,7 @@ namespace canvas
@tpl Mutex
Lock strategy to use. Defaults to using the
- DisambiguationHelper-provided lock. Everytime one of the methods is
+ DisambiguationHelper-provided lock. Every time one of the methods is
entered, an object of type Mutex is created with m_aMutex as
the sole parameter, and destroyed again when the method scope
is left.