From 78eaf6489a6542378ffab7eef39ec0a2c5f1a10a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 7 Apr 2021 16:02:15 +0200 Subject: Fix typos Change-Id: I41f5c964a289a88b3f6fc637797fe77d17aaab38 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113737 Reviewed-by: Julien Nabet Tested-by: Jenkins --- wizards/source/scriptforge/SF_Exception.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards') 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 - \ No newline at end of file + -- cgit