diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-07-28 16:39:45 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-07-28 17:05:20 +0200 |
commit | bf704afbb7c9ff843d66fec2eddbb00c43a9ab42 (patch) | |
tree | 03012e7bf53ae357f32ea79977348c016e5fc4e4 /vcl/qa/cppunit/a11y | |
parent | e326acc1ec13b90672e86811013850f26f4d96b6 (diff) |
Fix typo
Change-Id: I1973ac5efd12b2071a92a97d8d669f1e46b9c594
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155020
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/qa/cppunit/a11y')
-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; |