From cd743f791e7684d7041bb6c161f871ccd3e90f86 Mon Sep 17 00:00:00 2001 From: Christian Garbs Date: Sun, 28 Dec 2008 02:05:37 +0100 Subject: [PATCH] fix typo --- xmlrtorrent.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlrtorrent.pl b/xmlrtorrent.pl index 3e13500..5896a25 100644 --- a/xmlrtorrent.pl +++ b/xmlrtorrent.pl @@ -249,7 +249,7 @@ sub cmd_remote { return; } - write_irssi('List of rempote torrents'); + write_irssi('List of remote torrents'); if (0 == scalar(@{$rqueue})) { write_irssi(' (no torrents in remote queue)'); } else { -- 1.8.3.1