aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-03-05 14:23:16 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-03-05 14:23:16 +0000
commit0226596dcb218349238380638c46ae1009eb82d3 (patch)
tree8972466157bfe8d3cadc36c87bda080b246e7b08 /networking
parent1bdc5d87f4eb36de31e96d8be28539fe469c4be8 (diff)
downloadbusybox-0226596dcb218349238380638c46ae1009eb82d3.tar.gz
Fix a typo, patch by Andrew Victor
Diffstat (limited to 'networking')
-rw-r--r--networking/udhcp/libbb_udhcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/libbb_udhcp.h b/networking/udhcp/libbb_udhcp.h
index 9b5d5a846..ee85b156f 100644
--- a/networking/udhcp/libbb_udhcp.h
+++ b/networking/udhcp/libbb_udhcp.h
@@ -4,7 +4,7 @@
* (for busybox) */
#ifdef CONFIG_INSTALL_NO_USR
-#undef DEFUALT_SCRIPT
+#undef DEFAULT_SCRIPT
#define DEFAULT_SCRIPT "/share/udhcpc/default.script"
#endif