diff options
Diffstat (limited to 'networking/udhcp/script.c')
-rw-r--r-- | networking/udhcp/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/script.c b/networking/udhcp/script.c index cae4db7af..e0a8dad53 100644 --- a/networking/udhcp/script.c +++ b/networking/udhcp/script.c | |||
@@ -132,7 +132,7 @@ static void fill_options(char *dest, uint8_t *option, struct dhcp_option *type_p | |||
132 | } | 132 | } |
133 | 133 | ||
134 | 134 | ||
135 | /* put all the paramaters into an environment */ | 135 | /* put all the parameters into an environment */ |
136 | static char **fill_envp(struct dhcpMessage *packet) | 136 | static char **fill_envp(struct dhcpMessage *packet) |
137 | { | 137 | { |
138 | int num_options = 0; | 138 | int num_options = 0; |