summaryrefslogtreecommitdiffstats
path: root/scripts/countdown.pl
diff options
context:
space:
mode:
authorDavid Leadbeater2014-11-09 20:02:07 +0000
committerDavid Leadbeater2014-11-09 20:02:07 +0000
commit23cd9bcb17b4b2247254b6881d61edbe14ae3cb9 (patch)
tree1fbab76c95f3b6611bf8899fd546841e32c6fa8b /scripts/countdown.pl
parentff9a44047a299bce4995c22fd6f15851e1b065ee (diff)
parentd105ed696dbf1f69522fd7f424691d9a43a6de20 (diff)
downloadscripts.irssi.org-23cd9bcb17b4b2247254b6881d61edbe14ae3cb9.tar.bz2
Merge pull request #87 from dstftw/countdown-fix-typo
Fix typo sould -> should
Diffstat (limited to 'scripts/countdown.pl')
-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>");
}
}
}