summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-04-07 16:02:15 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2021-04-08 08:22:47 +0200
commit78eaf6489a6542378ffab7eef39ec0a2c5f1a10a (patch)
treeeee79930f80c60e690e4e5bd424027f8950fd25a /wizards
parent0766f7a6a976ec23c4aa0ab9dc9207e441b71be1 (diff)
Fix typos
Change-Id: I41f5c964a289a88b3f6fc637797fe77d17aaab38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113737 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/scriptforge/SF_Exception.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/scriptforge/SF_Exception.xba b/wizards/source/scriptforge/SF_Exception.xba
index ba9ce109ecc8..d2ee476c6430 100644
--- a/wizards/source/scriptforge/SF_Exception.xba
+++ b/wizards/source/scriptforge/SF_Exception.xba
@@ -307,7 +307,7 @@ Public Sub ConsoleClear(Optional ByVal Keep)
&apos;&apos;&apos; Clear the console keeping an optional number of recent messages
&apos;&apos;&apos; Args:
&apos;&apos;&apos; Keep: the number of messages to keep
-&apos;&apos;&apos; If Keep is bigger than the the number of messages stored in the console,
+&apos;&apos;&apos; If Keep is bigger than the number of messages stored in the console,
&apos;&apos;&apos; the console is not cleared
&apos;&apos;&apos; Example:
&apos;&apos;&apos; SF_Exception.ConsoleClear(5)
@@ -1173,4 +1173,4 @@ Private Function _Repr() As String
End Function &apos; ScriptForge.SF_Exception._Repr
REM ============================================ END OF SCRIPTFORGE.SF_EXCEPTION
-</script:module> \ No newline at end of file
+</script:module>