include/oox/ole/vbamodule.hxx                |    2 +-
 wizards/source/scriptforge/SF_FileSystem.xba |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 571be264d9604c3d77036e26812f909655cc0bb2
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Mon Feb 7 12:55:49 2022 +0100
Commit:     Andrea Gelmini <[email protected]>
CommitDate: Wed Feb 9 12:55:48 2022 +0100

    Fix typos
    
    Change-Id: I50e8988c320c0068f7adf4a3429d7639df0cbcd1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129596
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <[email protected]>

diff --git a/include/oox/ole/vbamodule.hxx b/include/oox/ole/vbamodule.hxx
index 4cbb4a41c948..573552766159 100644
--- a/include/oox/ole/vbamodule.hxx
+++ b/include/oox/ole/vbamodule.hxx
@@ -43,7 +43,7 @@ namespace oox::ole {
 /** Stores, which key shortcut maps to which VBA macro method. */
 struct VbaMacroKeyAndMethodBinding
 {
-    // This describes a key combinaton in "raw" VBA Macro form, that
+    // This describes a key combination in "raw" VBA Macro form, that
     // still needs translated to a key event that can be used in
     // LibreOffice.
     OUString msApiKey;
diff --git a/wizards/source/scriptforge/SF_FileSystem.xba 
b/wizards/source/scriptforge/SF_FileSystem.xba
index 935c559f5c8e..c0b7e8316fe8 100644
--- a/wizards/source/scriptforge/SF_FileSystem.xba
+++ b/wizards/source/scriptforge/SF_FileSystem.xba
@@ -687,7 +687,7 @@ Finally:
        Exit Function
 Catch:
        GoTo Finally
-End Function   &apos;  ScritForge.SF_FileSystem.ExtensionFolder
+End Function   &apos;  ScriptForge.SF_FileSystem.ExtensionFolder
 
 REM 
-----------------------------------------------------------------------------
 Public Function FileExists(Optional ByVal FileName As Variant) As Boolean
@@ -2125,4 +2125,4 @@ Dim sFolder As String             &apos;  Folder
 End Function   &apos;  ScriptForge.SF_FileSystem._SFInstallFolder
 
 REM ============================================ END OF 
SCRIPTFORGE.SF_FileSystem
-</script:module>
\ No newline at end of file
+</script:module>

Reply via email to