From c7849a8921c5331bd3542114554d8e2174af932e Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 28 Nov 2016 21:00:10 +0100 Subject: Fix typos s/Recieved/Received/ --- src/common/plugin-identd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/common/plugin-identd.c b/src/common/plugin-identd.c index 2eb852e0..a8086d6d 100644 --- a/src/common/plugin-identd.c +++ b/src/common/plugin-identd.c @@ -146,7 +146,7 @@ identd_read_ready (GDataInputStream *in_stream, GAsyncResult *res, ident_info *i if (!local || !remote || local > G_MAXUINT16 || remote > G_MAXUINT16) { g_strlcat (buf, "ERROR : INVALID-PORT\r\n", sizeof (buf)); - g_debug ("Identd: Recieved invalid port"); + g_debug ("Identd: Received invalid port"); } else { @@ -154,7 +154,7 @@ identd_read_ready (GDataInputStream *in_stream, GAsyncResult *res, ident_info *i if (!info->username) { g_strlcat (buf, "ERROR : NO-USER\r\n", sizeof (buf)); - g_debug ("Identd: Recieved invalid local port"); + g_debug ("Identd: Received invalid local port"); } else { -- cgit 1.4.1