sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b63474a999f02a0f5b9eb5030d6611991dc34e7d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jun 16 19:18:57 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jun 16 21:30:10 2024 +0200

    Fix typo
    
    Change-Id: I3be6bd8effb33183f67d63d910663d2741b24de5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168965
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx 
b/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
index 1f0dbe089a44..ae88d761dfed 100644
--- a/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
+++ b/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
@@ -772,7 +772,7 @@ void ScAccessibleSpreadsheet::CommitFocusCell(const 
ScAddress &aNewCell)
     }
 
     // Related tdf#158914: check if focused cell has changed
-    // Some accessiblity tools, such as NVDA on Windows, appear to need
+    // Some accessibility tools, such as NVDA on Windows, appear to need
     // a value changed notification before it will refetch a cell's
     // accessible text. While Notify() is able to fire text and value changed
     // notifications, it seems to be rarely called and when it is called,

Reply via email to