diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-26 01:48:17 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-26 01:48:17 +0000 |
commit | d0f373f060aa076e25fb18966c80f523e13b97d1 (patch) | |
tree | 971b38f45cc2c30f693cc6cc650f4c280d11babd /networking | |
parent | 145bc9b116a5b3a317605ca6e9c8d06228e05e0d (diff) | |
download | busybox-w32-d0f373f060aa076e25fb18966c80f523e13b97d1.tar.gz busybox-w32-d0f373f060aa076e25fb18966c80f523e13b97d1.tar.bz2 busybox-w32-d0f373f060aa076e25fb18966c80f523e13b97d1.zip |
fix spelling mistakes
git-svn-id: svn://busybox.net/trunk/busybox@15177 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r-- | networking/httpd.c | 2 | ||||
-rw-r--r-- | networking/udhcp/dumpleases.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index 73a9461fa..1d8c893f2 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -200,7 +200,7 @@ typedef struct | |||
200 | 200 | ||
201 | static HttpdConfig *config; | 201 | static HttpdConfig *config; |
202 | 202 | ||
203 | static const char request_GET[] = "GET"; /* size algorithic optimize */ | 203 | static const char request_GET[] = "GET"; /* size algorithmic optimize */ |
204 | 204 | ||
205 | static const char* const suffixTable [] = { | 205 | static const char* const suffixTable [] = { |
206 | /* Warning: shorted equivalent suffix in one line must be first */ | 206 | /* Warning: shorted equivalent suffix in one line must be first */ |
diff --git a/networking/udhcp/dumpleases.c b/networking/udhcp/dumpleases.c index c0c58ee35..08a22f17d 100644 --- a/networking/udhcp/dumpleases.c +++ b/networking/udhcp/dumpleases.c | |||
@@ -30,7 +30,7 @@ static void ATTRIBUTE_NORETURN show_usage(void) | |||
30 | printf( | 30 | printf( |
31 | "Usage: dumpleases -f <file> -[r|a]\n\n" | 31 | "Usage: dumpleases -f <file> -[r|a]\n\n" |
32 | " -f, --file=FILENAME Leases file to load\n" | 32 | " -f, --file=FILENAME Leases file to load\n" |
33 | " -r, --remaining Interepret lease times as time remaing\n" | 33 | " -r, --remaining Interepret lease times as time remaining\n" |
34 | " -a, --absolute Interepret lease times as expire time\n"); | 34 | " -a, --absolute Interepret lease times as expire time\n"); |
35 | exit(0); | 35 | exit(0); |
36 | } | 36 | } |