diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-11-06 12:29:18 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-11-06 18:40:29 +0100 |
commit | 2fa260b401fb9c14197c5fd86d408372f1c53bd8 (patch) | |
tree | 665e3d6ee7fc3d34d4b4e8f03d49277a71400d84 /wizards | |
parent | b2576a43d24434951cb81a2dad1db6236637b1eb (diff) |
Fix typo
Change-Id: I2647dc84fe4618cf5b1ba1d443e850b4a3ea6de9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105403
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/scriptforge/SF_String.xba | 4 |
1 files changed, 2 insertions, 2 deletions
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> |