summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ' 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>