summaryrefslogtreecommitdiff
path: root/tools/dhcp-test.c
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-07-22 13:43:35 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2010-07-22 13:43:35 +0200
commit03524ce74873a0df201894e6ae5f77a711d78849 (patch)
tree6d2a09f5aa9cd34e10549e9f07c934b4bd2f5340 /tools/dhcp-test.c
parent04f42282bfbbfd6b56a62a32caac8405934f88fb (diff)
downloadconnman-03524ce74873a0df201894e6ae5f77a711d78849.tar.gz
connman-03524ce74873a0df201894e6ae5f77a711d78849.tar.bz2
connman-03524ce74873a0df201894e6ae5f77a711d78849.zip
Fix GDHCPClientError typo
Diffstat (limited to 'tools/dhcp-test.c')
-rw-r--r--tools/dhcp-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dhcp-test.c b/tools/dhcp-test.c
index 325123d8..a86ec2a6 100644
--- a/tools/dhcp-test.c
+++ b/tools/dhcp-test.c
@@ -68,7 +68,7 @@ static void handle_error(GDHCPClientError error)
case G_DHCP_CLIENT_ERROR_NONE:
printf("dhcp client ok\n");
break;
- case G_DHCP_CLIENT_ERROR_INERFACE_UNAVAILABLE:
+ case G_DHCP_CLIENT_ERROR_INTERFACE_UNAVAILABLE:
printf("Interface unavailable\n");
break;
case G_DHCP_CLIENT_ERROR_INTERFACE_IN_USE: