summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
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)
''' 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>