summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/countdown.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/countdown.pl b/scripts/countdown.pl
index 01f6cad..1a970e3 100644
--- a/scripts/countdown.pl
+++ b/scripts/countdown.pl
@@ -50,7 +50,7 @@ sub sig_public {
$server->command("msg $target $cinfo");
} else
{
- Irssi::print("Error: countdown.pl misc.countdown_target sould be format <year> <month> <day> <hour> <minute> <second>");
+ Irssi::print("Error: countdown.pl misc.countdown_target should be format <year> <month> <day> <hour> <minute> <second>");
}
}
}