aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-19 04:27:10 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-19 04:27:10 +0200
commit753a3ce73ea861cd6933d9d4888db63a10b7d1d5 (patch)
tree415cb5ad098d14f9ff113bb6aa6c5317e64ee93a /networking
parent7d6a791ef6c6232afba765c14597153c64fecfc9 (diff)
downloadbusybox-753a3ce73ea861cd6933d9d4888db63a10b7d1d5.tar.gz
typo
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/udhcp/dhcpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index fcc447949..636061818 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -439,7 +439,7 @@ int udhcpc_main(int argc UNUSED_PARAM, char **argv)
* I hazard to guess existing listening socket
* is somehow conflicting with it, but why is it
* not deterministic then?! Strange.
- * Anyway, it does recover by eventually failing throigh
+ * Anyway, it does recover by eventually failing through
* into INIT_SELECTING state.
*/
send_renew(xid, server_addr, requested_ip);