From cc6de3f6651e3d72bb4b1a3a84c00581f8d73a01 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 5 Oct 2013 18:26:55 +0200 Subject: some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv.. --- plugins/perl/perl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/perl/perl.c') diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index 00924892..af7865d7 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -458,7 +458,7 @@ server_cb (char *word[], char *word_eol[], void *userdata) return HEXCHAT_EAT_NONE; /* hexchat_printf (ph, */ - /* "Recieved %d words in server callback", av_len (wd)); */ + /* "Received %d words in server callback", av_len (wd)); */ PUSHMARK (SP); XPUSHs (newRV_noinc ((SV *) array2av (word))); XPUSHs (newRV_noinc ((SV *) array2av (word_eol))); @@ -506,7 +506,7 @@ command_cb (char *word[], char *word_eol[], void *userdata) if (data->depth) return HEXCHAT_EAT_NONE; - /* hexchat_printf (ph, "Recieved %d words in command callback", */ + /* hexchat_printf (ph, "Received %d words in command callback", */ /* av_len (wd)); */ PUSHMARK (SP); XPUSHs (newRV_noinc ((SV *) array2av (word))); @@ -584,7 +584,7 @@ print_cb (char *word[], void *userdata) } } - /*hexchat_printf (ph, "Recieved %d words in print callback", av_len (wd)+1); */ + /*hexchat_printf (ph, "Received %d words in print callback", av_len (wd)+1); */ PUSHMARK (SP); XPUSHs (newRV_noinc ((SV *) wd)); XPUSHs (data->userdata); -- cgit 1.4.1