fix spelling mistakes
This commit is contained in:
@@ -200,7 +200,7 @@ typedef struct
|
||||
|
||||
static HttpdConfig *config;
|
||||
|
||||
static const char request_GET[] = "GET"; /* size algorithic optimize */
|
||||
static const char request_GET[] = "GET"; /* size algorithmic optimize */
|
||||
|
||||
static const char* const suffixTable [] = {
|
||||
/* Warning: shorted equivalent suffix in one line must be first */
|
||||
|
||||
@@ -30,7 +30,7 @@ static void ATTRIBUTE_NORETURN show_usage(void)
|
||||
printf(
|
||||
"Usage: dumpleases -f <file> -[r|a]\n\n"
|
||||
" -f, --file=FILENAME Leases file to load\n"
|
||||
" -r, --remaining Interepret lease times as time remaing\n"
|
||||
" -r, --remaining Interepret lease times as time remaining\n"
|
||||
" -a, --absolute Interepret lease times as expire time\n");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user