vcl/qa/cppunit/a11y/atspi2/atspiwrapper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bf704afbb7c9ff843d66fec2eddbb00c43a9ab42 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Jul 28 16:39:45 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Jul 28 17:05:20 2023 +0200 Fix typo Change-Id: I1973ac5efd12b2071a92a97d8d669f1e46b9c594 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155020 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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;