diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-04-07 16:02:15 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-04-08 08:22:47 +0200 |
commit | 78eaf6489a6542378ffab7eef39ec0a2c5f1a10a (patch) | |
tree | eee79930f80c60e690e4e5bd424027f8950fd25a /wizards | |
parent | 0766f7a6a976ec23c4aa0ab9dc9207e441b71be1 (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.xba | 4 |
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) ''' Clear the console keeping an optional number of recent messages ''' Args: ''' Keep: the number of messages to keep -''' If Keep is bigger than the the number of messages stored in the console, +''' If Keep is bigger than the number of messages stored in the console, ''' the console is not cleared ''' Example: ''' SF_Exception.ConsoleClear(5) @@ -1173,4 +1173,4 @@ Private Function _Repr() As String End Function ' ScriptForge.SF_Exception._Repr REM ============================================ END OF SCRIPTFORGE.SF_EXCEPTION -</script:module>
\ No newline at end of file +</script:module> |