summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Massot <jmassot@aldebaran-robotics.com>2010-12-10 10:04:05 +0000
committerSamuel Ortiz <sameo@linux.intel.com>2010-12-10 11:43:03 +0100
commitfb232f6928fce16bc3bc8c79c9a7d40dac619e1b (patch)
tree647829367f90805e43a4134f40ca3a497425da23
parentcde362ce237e55eaab367de1603c021518574130 (diff)
downloadconnman-fb232f6928fce16bc3bc8c79c9a7d40dac619e1b.tar.gz
connman-fb232f6928fce16bc3bc8c79c9a7d40dac619e1b.tar.bz2
connman-fb232f6928fce16bc3bc8c79c9a7d40dac619e1b.zip
gdhcp: Fix spelling mistake
-rw-r--r--gdhcp/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdhcp/client.c b/gdhcp/client.c
index cebe6f4e..55810d53 100644
--- a/gdhcp/client.c
+++ b/gdhcp/client.c
@@ -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)",