include/sfx2/lokhelper.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec13618a1836a46ada1fee72ce4de5c82c0051f6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Nov 14 21:39:12 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Nov 14 21:42:51 2024 +0100

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

diff --git a/include/sfx2/lokhelper.hxx b/include/sfx2/lokhelper.hxx
index 7bbacdd127ba..ec73f7c597f0 100644
--- a/include/sfx2/lokhelper.hxx
+++ b/include/sfx2/lokhelper.hxx
@@ -253,7 +253,7 @@ public:
     static bool supportsCommand(std::u16string_view rCommand);
     /// Returns information about a given command in JSON format.
     static void getCommandValues(tools::JsonWriter& rJsonWriter, 
std::string_view rCommand);
-    /// Parses key-value pamaters of rCommand.
+    /// Parses key-value parameters of rCommand.
     static std::map<OUString, OUString> 
parseCommandParameters(std::u16string_view rCommand);
 
 private:

Reply via email to