summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
''' NOTAFOLDERERROR Argument is a file, not a folder
''' Example:
''' FSO.FileNaming = "SYS"
-''' FSO.DeleteFolder("C:\Temp\*") ' Only olders are deleted, files in the parent folder are not
+''' FSO.DeleteFolder("C:\Temp\*") ' Only folders are deleted, files in the parent folder are not
Dim bDelete As Boolean ' Return value
@@ -2081,4 +2081,4 @@ Dim sFolder As String ' Folder
End Function ' 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"