Fix typos s/Recieved/Received/

This commit is contained in:
Mattia Rizzolo
2016-11-28 21:00:10 +01:00
committed by TingPing
parent 13f6d9265a
commit c7849a8921
2 changed files with 5 additions and 5 deletions

View File

@@ -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
{