mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
Fix spelling mistakes.
This commit is contained in:
parent
1b56bafaf5
commit
88d989bbe2
4 changed files with 9 additions and 9 deletions
|
|
@ -59,7 +59,7 @@ int
|
|||
return false;
|
||||
}
|
||||
/* " binding state " == 16 chars, this will skip right
|
||||
* to first difering line. */
|
||||
* to first differing line. */
|
||||
if (17 < len && a[17] != b[17]) {
|
||||
return false;
|
||||
}
|
||||
|
|
@ -160,7 +160,7 @@ This is ISC dhcpd pools usage analyzer.\n\
|
|||
-s, --sort=[nimcptTe] sort ranges by\n\
|
||||
n name\n\
|
||||
i IP\n\
|
||||
m maxium\n\
|
||||
m maximum\n\
|
||||
c current\n\
|
||||
p percent\n\
|
||||
t touched\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue