diff options
-rw-r--r-- | vcl/qa/cppunit/a11y/atspi2/atspiwrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/a11y/atspi2/atspiwrapper.hxx b/vcl/qa/cppunit/a11y/atspi2/atspiwrapper.hxx index 209495e826ae..91ddd9dac217 100644 --- a/vcl/qa/cppunit/a11y/atspi2/atspiwrapper.hxx +++ b/vcl/qa/cppunit/a11y/atspi2/atspiwrapper.hxx @@ -604,7 +604,7 @@ public: /** Wrapper for AtspiRange * * This is not actually required, but helps make this more C++-y (by allowing TextRange to - * inherit it) and more LibreOffice-y (by having cameCase names) */ + * inherit it) and more LibreOffice-y (by having camelCase names) */ struct Range { int startOffset; |