From: Glenn L McGrath Date: Fri, 5 Mar 2004 14:23:16 +0000 (-0000) Subject: Fix a typo, patch by Andrew Victor X-Git-Tag: 1_00_pre9~89 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0226596dcb218349238380638c46ae1009eb82d3;p=oweals%2Fbusybox.git Fix a typo, patch by Andrew Victor --- 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