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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Nov 6 17:41:13 UTC 2020


 wizards/source/scriptforge/SF_String.xba |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2fa260b401fb9c14197c5fd86d408372f1c53bd8
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Nov 6 12:29:18 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Nov 6 18:40:29 2020 +0100

    Fix typo
    
    Change-Id: I2647dc84fe4618cf5b1ba1d443e850b4a3ea6de9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105403
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/wizards/source/scriptforge/SF_String.xba b/wizards/source/scriptforge/SF_String.xba
index 24acd984ad16..e482b1a8a846 100644
--- a/wizards/source/scriptforge/SF_String.xba
+++ b/wizards/source/scriptforge/SF_String.xba
@@ -2528,7 +2528,7 @@ Dim sWrap As String						'	Intermediate string
 Dim sLine As String						'	Line after splitting on line breaks
 Dim lPos As Long						'	Position in sLine already wrapped
 Dim lStart As Long						'	Start position before and after regex search
-Dim sSpace As String					'	Next whitepaces
+Dim sSpace As String					'	Next whitespace
 Dim sChunk As String					'	Next wrappable text chunk
 Const cstThisSub = "String.Wrap"
 Const cstSubArgs = "InputStr, [Width=70], [TabSize=8]"
@@ -2639,4 +2639,4 @@ Dim i As Long
 End Function	'	ScriptForge.SF_String._Repr
 
 REM ================================================ END OF SCRIPTFORGE.SF_STRING
-</script:module>
\ No newline at end of file
+</script:module>


More information about the Libreoffice-commits mailing list