diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-09-06 21:46:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-09-08 09:19:41 +0200 |
commit | 51d4ba35dd98bf4bae798f38da1d2762f1a1d31e (patch) | |
tree | 14e53c8946ce81b71534b7fb51dc9922d45045e9 /wizards/source | |
parent | f7df27f0a25bdc2cb15fe59a1b217b75f528e9bd (diff) |
Fix typos
Change-Id: Ic3793bd77a7db52e59797cc6b2153850b1cec42e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121737
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/scriptforge/SF_L10N.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/scriptforge/SF_L10N.xba b/wizards/source/scriptforge/SF_L10N.xba index 6aab1f7b4f14..8b09d85db437 100644 --- a/wizards/source/scriptforge/SF_L10N.xba +++ b/wizards/source/scriptforge/SF_L10N.xba @@ -53,7 +53,7 @@ Option Explicit ''' Locale: in the form la-CO (language-COUNTRY) ''' Service invocation examples: ''' Dim myPO As Variant -''' myPO = CreateScriptService("L10N") ' AddText, AddTextsFromDialogt and ExportToPOTFile are allowed +''' myPO = CreateScriptService("L10N") ' AddText, AddTextsFromDialog and ExportToPOTFile are allowed ''' myPO = CreateScriptService("L10N", "C:\myPOFiles\", "fr-BE") ''' 'All functionalities are available ''' @@ -818,4 +818,4 @@ Private Function _Repr() As String End Function ' ScriptForge.SF_L10N._Repr REM ============================================ END OF SCRIPTFORGE.SF_L10N -</script:module>
\ No newline at end of file +</script:module> |