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

New commits:
commit 1aeba4201846baeca2701dbf06a9b278b672e4ae
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jun 16 19:21:07 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jun 16 21:28:51 2024 +0200

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

diff --git a/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx 
b/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
index a435c4a02f96..c1cbfe81e906 100644
--- a/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
+++ b/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
@@ -777,7 +777,7 @@ void ScAccessibleSpreadsheet::CommitFocusCell(const 
ScAddress &aNewCell)
     // accessible text. While Notify() is able to fire text and value changed
     // notifications, it seems to be rarely called and when it is called,
     // such as when undoing a cell, it can be called before the cell's
-    // accessible taxt has been updated.
+    // accessible text has been updated.
     // So before a cell loses focus, check if any accessible text changes
     // have occurred and fire text and value changed notifications if needed.
     ScDocument* pScDoc= GetDocument(mpViewShell);

Reply via email to