diff options
| author | Sergey M․ | 2014-11-06 21:34:32 +0700 |
|---|---|---|
| committer | Sergey M․ | 2014-11-06 21:34:32 +0700 |
| commit | d105ed696dbf1f69522fd7f424691d9a43a6de20 (patch) | |
| tree | ee7a575aeb370873381767873bb28c8222ede8d3 /scripts | |
| parent | 782d19cfc983d5ffbdafd6b75ae2e2c8d3ce1c48 (diff) | |
| download | scripts.irssi.org-d105ed696dbf1f69522fd7f424691d9a43a6de20.tar.bz2 | |
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>"); } } } |
