summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleShape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/accessibility/AccessibleShape.cxx')
-rw-r--r--svx/source/accessibility/AccessibleShape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx
index f4f237bc451f..0122f325b790 100644
--- a/svx/source/accessibility/AccessibleShape.cxx
+++ b/svx/source/accessibility/AccessibleShape.cxx
@@ -146,7 +146,7 @@ void AccessibleShape::Init (void)
static_cast<document::XEventListener*>(this));
// Beware! Here we leave the paths of the UNO API and descend into the
- // depths of the core. Necessary for makeing the edit engine
+ // depths of the core. Necessary for making the edit engine
// accessible.
Reference<text::XText> xText (mxShape, uno::UNO_QUERY);
if (xText.is())