summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2020-11-07 15:50:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-11-07 16:19:47 +0100
commit9e2a5240ee67032a1622a77078d055429062d835 (patch)
tree3025d9b9c8d41d1b2804e285a88acf640f461ca4
parentstd::set->o3tl::sorted_vector in SwSoftPageBreakList (diff)
downloadcore-9e2a5240ee67032a1622a77078d055429062d835.tar.gz
core-9e2a5240ee67032a1622a77078d055429062d835.zip
ScriptForge - Fix typos
Change-Id: Idc0bbdd37023f010c8fdb70356f9b55c132e4065 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105433 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
-rw-r--r--wizards/source/scriptforge/SF_FileSystem.xba4
-rw-r--r--wizards/source/scriptforge/po/en.po2
2 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/scriptforge/SF_FileSystem.xba b/wizards/source/scriptforge/SF_FileSystem.xba
index 3a985b9efee1..7fd5e8fff562 100644
--- a/wizards/source/scriptforge/SF_FileSystem.xba
+++ b/wizards/source/scriptforge/SF_FileSystem.xba
@@ -621,7 +621,7 @@ Public Function DeleteFolder(Optional ByVal FolderName As Variant) As Boolean
&apos;&apos;&apos; NOTAFOLDERERROR Argument is a file, not a folder
&apos;&apos;&apos; Example:
&apos;&apos;&apos; FSO.FileNaming = &quot;SYS&quot;
-&apos;&apos;&apos; FSO.DeleteFolder(&quot;C:\Temp\*&quot;) &apos; Only olders are deleted, files in the parent folder are not
+&apos;&apos;&apos; FSO.DeleteFolder(&quot;C:\Temp\*&quot;) &apos; Only folders are deleted, files in the parent folder are not
Dim bDelete As Boolean &apos; Return value
@@ -2081,4 +2081,4 @@ Dim sFolder As String &apos; Folder
End Function &apos; ScriptForge.SF_FileSystem._SFInstallFolder
REM ============================================ END OF SCRIPTFORGE.SF_FileSystem
-</script:module>
+</script:module> \ No newline at end of file
diff --git a/wizards/source/scriptforge/po/en.po b/wizards/source/scriptforge/po/en.po
index f75185bb9da2..0741eff67d62 100644
--- a/wizards/source/scriptforge/po/en.po
+++ b/wizards/source/scriptforge/po/en.po
@@ -788,7 +788,7 @@ msgid ""
"The '%1' method must not be executed in this context."
msgstr ""
-#. SF_Database cannot interprete SQL statement
+#. SF_Database can't interpret SQL statement
#. %1: The statement
#, kde-format
msgctxt "SQLSYNTAX"