summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-06 12:29:18 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-11-06 18:40:29 +0100
commit2fa260b401fb9c14197c5fd86d408372f1c53bd8 (patch)
tree665e3d6ee7fc3d34d4b4e8f03d49277a71400d84 /wizards
parentb2576a43d24434951cb81a2dad1db6236637b1eb (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.xba4
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 &apos; Intermediate string
Dim sLine As String &apos; Line after splitting on line breaks
Dim lPos As Long &apos; Position in sLine already wrapped
Dim lStart As Long &apos; Start position before and after regex search
-Dim sSpace As String &apos; Next whitepaces
+Dim sSpace As String &apos; Next whitespace
Dim sChunk As String &apos; Next wrappable text chunk
Const cstThisSub = &quot;String.Wrap&quot;
Const cstSubArgs = &quot;InputStr, [Width=70], [TabSize=8]&quot;
@@ -2639,4 +2639,4 @@ Dim i As Long
End Function &apos; ScriptForge.SF_String._Repr
REM ================================================ END OF SCRIPTFORGE.SF_STRING
-</script:module> \ No newline at end of file
+</script:module>