sw/source/uibase/shells/textsh1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8dd2f7609b1b108e185ac6d1bf31f61a05637760
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jul 16 14:21:07 2024 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Fri Jul 19 10:10:22 2024 +0200

    Fix typo
    
    Change-Id: Ie99b65cd73fc4c3ab9626723d3be0d0c1f793b82
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170580
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/sw/source/uibase/shells/textsh1.cxx 
b/sw/source/uibase/shells/textsh1.cxx
index fd6ecf30e1ce..e2b60e60daa4 100644
--- a/sw/source/uibase/shells/textsh1.cxx
+++ b/sw/source/uibase/shells/textsh1.cxx
@@ -2264,7 +2264,7 @@ void SwTextShell::Execute(SfxRequest &rReq)
             };
             std::vector<std::string> aIdTexts = { ".ByIndex.", ".ByTag.", 
".ByAlias.", ".ById." };
 
-            // Iterate trough the JSON data loaded into a tree structure
+            // Iterate through the JSON data loaded into a tree structure
             for (const auto& aItem : aTree)
             {
                 if (aItem.first == "Transforms")

Reply via email to