Fix spelling mistakes.

This commit is contained in:
Cheer Xiao 2012-11-20 22:28:01 +08:00 committed by Sami Kerola
parent 1b56bafaf5
commit 88d989bbe2
4 changed files with 9 additions and 9 deletions

View file

@ -84,7 +84,7 @@ int main(int argc, char **argv)
config.dhcpdlease_file = xmalloc(sizeof(char) * MAXLEN);
config.output_file = xmalloc(sizeof(char) * MAXLEN);
/* Make sure string has zero lenght if there is no
/* Make sure string has zero length if there is no
* command line option */
config.output_file[0] = '\0';
/* Alarming defaults. */