From: Michael Brown Date: Sun, 8 Jul 2007 13:32:20 +0000 (+0100) Subject: Fix typo that was preventing any DHCP option applicators from being X-Git-Tag: v0.9.3~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e1dd0772a94e5f2f5d1604f7f710531301a2ae4;p=thirdparty%2Fipxe.git Fix typo that was preventing any DHCP option applicators from being applied. --- diff --git a/src/include/gpxe/dhcp.h b/src/include/gpxe/dhcp.h index 7e5eb3c99..645756522 100644 --- a/src/include/gpxe/dhcp.h +++ b/src/include/gpxe/dhcp.h @@ -454,7 +454,7 @@ struct dhcp_option_applicator { /** Declare a DHCP option applicator */ #define __dhcp_applicator \ - __table ( struct dhcp_option_applicator, dhcp_appicators, 01 ) + __table ( struct dhcp_option_applicator, dhcp_applicators, 01 ) /** * Get reference to DHCP options block