diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-11-11 14:28:55 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-11-11 14:28:55 +0000 |
commit | d63f6d4a8809e0ca812fd4be53ed2915735fda7d (patch) | |
tree | 3d68a1349d161aeb2f1bb8e261d974f5d273d331 | |
parent | 7b529aa53035d49093a861e7a7d031c389a496ce (diff) | |
download | irssi-d63f6d4a8809e0ca812fd4be53ed2915735fda7d.zip |
Fix typo.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4894 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | docs/perl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/perl.txt b/docs/perl.txt index 3236d28f..351cd9b0 100644 --- a/docs/perl.txt +++ b/docs/perl.txt @@ -340,7 +340,7 @@ command_bind(cmd, func[, category]) Bind command `cmd' to call function `func'. `category' is the category where the command is displayed in /HELP. -command_runsub(cms, data, server, item) +command_runsub(cmd, data, server, item) Run subcommands for `cmd'. First word in `data' is parsed as subcommand. `server' is Irssi::Server rec for current Irssi::Windowitem `item'. |