summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/scriptforge/SF_Timer.xba6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/scriptforge/SF_Timer.xba b/wizards/source/scriptforge/SF_Timer.xba
index 5ed3a7d9546d..f352e1135744 100644
--- a/wizards/source/scriptforge/SF_Timer.xba
+++ b/wizards/source/scriptforge/SF_Timer.xba
@@ -46,7 +46,7 @@ Private Const STATUSSTOPPED = 3
Private Const DSECOND As Double = 1 / (24 * 60 * 60) ' Duration of 1 second as compared to 1.0 = 1 day
-REM ===================================================== CONSTRUCTOR/DESCTRUCTOR
+REM ===================================================== CONSTRUCTOR/DESTRUCTOR
REM -----------------------------------------------------------------------------
Private Sub Class_Initialize()
@@ -68,7 +68,7 @@ End Sub ' ScriptForge.SF_Timer Destructor
REM -----------------------------------------------------------------------------
Public Function Dispose() As Variant
- Call Calss_Terminate()
+ Call Class_Terminate()
Set Dispose = Nothing
End Function ' ScriptForge.SF_Timer Explicit destructor
@@ -460,4 +460,4 @@ Const cstMaxLength = 50 ' Maximum length for items
End Function ' ScriptForge.SF_Timer._Repr
REM ============================================ END OF SCRIPTFORGE.SF_TIMER
-</script:module> \ No newline at end of file
+</script:module>