summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/XXV/MODULES/AUTOTIMER.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/XXV/MODULES/AUTOTIMER.pm b/lib/XXV/MODULES/AUTOTIMER.pm
index 5e90493..b8d55fa 100644
--- a/lib/XXV/MODULES/AUTOTIMER.pm
+++ b/lib/XXV/MODULES/AUTOTIMER.pm
@@ -1044,9 +1044,9 @@ sub autotimerDelete {
}
# ------------------
-# Name: autotimerToogle
+# Name: autotimerToggle
# Descr: Switch Autotimer on or off.
-# Usage: $obj->autotimerToogle($console, $atid);
+# Usage: $obj->autotimerToggle($console, $atid);
# ------------------
sub autotimerToggle {
my $obj = shift || return error('No object defined!');