mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
Fix spelling mistakes.
This commit is contained in:
parent
1b56bafaf5
commit
88d989bbe2
4 changed files with 9 additions and 9 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue