diff options
| author | David Leadbeater | 2014-11-09 20:02:07 +0000 |
|---|---|---|
| committer | David Leadbeater | 2014-11-09 20:02:07 +0000 |
| commit | 23cd9bcb17b4b2247254b6881d61edbe14ae3cb9 (patch) | |
| tree | 1fbab76c95f3b6611bf8899fd546841e32c6fa8b /scripts | |
| parent | ff9a44047a299bce4995c22fd6f15851e1b065ee (diff) | |
| parent | d105ed696dbf1f69522fd7f424691d9a43a6de20 (diff) | |
| download | scripts.irssi.org-23cd9bcb17b4b2247254b6881d61edbe14ae3cb9.tar.bz2 | |
Merge pull request #87 from dstftw/countdown-fix-typo
Fix typo sould -> should
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/countdown.pl | 2 |
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>"); } } } |
