From 2a4e9aef8a05853842858337b672bf345ba6ab38 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 21 Apr 2013 21:57:21 +0200 Subject: [PATCH] relay: fix typo in error displayed by command /relay del --- src/plugins/relay/relay-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c index 83d90a9f4..c97f2d5f3 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -257,7 +257,7 @@ relay_command_relay (void *data, struct t_gui_buffer *buffer, int argc, _("%s%s: missing arguments for \"%s\" " "command"), weechat_prefix ("error"), RELAY_PLUGIN_NAME, - "relay add"); + "relay del"); } return WEECHAT_RC_OK; }