summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-11-28 21:00:10 +0100
committerTingPing <tingping@tingping.se>2016-11-28 15:17:36 -0500
commitc7849a8921c5331bd3542114554d8e2174af932e (patch)
tree45e3e00fc155333ef902bf7171bbaf1d5a70c415 /src
parent13f6d9265a92fe2f1f6baf9d44e58302a55d4baf (diff)
Fix typos s/Recieved/Received/
Diffstat (limited to 'src')
-rw-r--r--src/common/plugin-identd.c4
1 files changed, 2 insertions, 2 deletions
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
 			{