mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-26 06:14:28 +00:00
lib: fix spelling errors
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
69df9bf981
commit
260dc56ae3
@ -224,7 +224,7 @@ void print_color_null(enum output_type type,
|
||||
}
|
||||
}
|
||||
|
||||
/* Print line seperator (if not in JSON mode) */
|
||||
/* Print line separator (if not in JSON mode) */
|
||||
void print_nl(void)
|
||||
{
|
||||
if (!_jw)
|
||||
|
||||
@ -168,7 +168,7 @@ static int get_netmask(unsigned int *val, const char *arg, int base)
|
||||
if (!get_unsigned(val, arg, base))
|
||||
return 0;
|
||||
|
||||
/* try coverting dotted quad to CIDR */
|
||||
/* try converting dotted quad to CIDR */
|
||||
if (!get_addr_1(&addr, arg, AF_INET) && addr.family == AF_INET) {
|
||||
int b = mask2bits(addr.data[0]);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user