gdhcp: Fix spelling mistake
authorJulien Massot <jmassot@aldebaran-robotics.com>
Fri, 10 Dec 2010 10:04:05 +0000 (10:04 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 10 Dec 2010 10:43:03 +0000 (11:43 +0100)
gdhcp/client.c

index cebe6f4..55810d5 100644 (file)
@@ -938,7 +938,7 @@ static gboolean listener_event(GIOChannel *channel, GIOCondition condition,
 
        message_type = dhcp_get_option(&packet, DHCP_MESSAGE_TYPE);
        if (message_type == NULL)
-               /* No message type option, ignore pakcage */
+               /* No message type option, ignore package */
                return TRUE;
 
        debug(dhcp_client, "received DHCP packet (current state %d)",