[Libreoffice-commits] core.git: wizards/source

Jean-Pierre Ledure (via logerrit) logerrit at kemper.freedesktop.org
Sat Nov 7 15:20:30 UTC 2020


 wizards/source/scriptforge/SF_FileSystem.xba |    4 ++--
 wizards/source/scriptforge/po/en.po          |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9e2a5240ee67032a1622a77078d055429062d835
Author:     Jean-Pierre Ledure <jp at ledure.be>
AuthorDate: Sat Nov 7 15:50:16 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Nov 7 16:19:47 2020 +0100

    ScriptForge - Fix typos
    
    Change-Id: Idc0bbdd37023f010c8fdb70356f9b55c132e4065
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105433
    Tested-by: Jean-Pierre Ledure <jp at ledure.be>
    Reviewed-by: Jean-Pierre Ledure <jp at ledure.be>

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"


More information about the Libreoffice-commits mailing list