diff options
author | billf <billf@FreeBSD.org> | 1999-12-16 01:05:48 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-12-16 01:05:48 +0000 |
commit | 73b591d0a1c84d964fbfc13c7fbf3f18b3d8d636 (patch) | |
tree | be84207bfe4fe9adbed661f737c391669b9f7e91 /sbin/ifconfig | |
parent | c1c6d497b5d5d8378dfdd9271ad821b53507164c (diff) | |
download | FreeBSD-src-73b591d0a1c84d964fbfc13c7fbf3f18b3d8d636.zip FreeBSD-src-73b591d0a1c84d964fbfc13c7fbf3f18b3d8d636.tar.gz |
Spelling correction (adress -> address)
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 32c7ee8..8a256de 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -349,7 +349,7 @@ main(argc, argv) break; #ifdef INET6 case 'L': - ip6lifetime++; /* print IPv6 adress lifetime */ + ip6lifetime++; /* print IPv6 address lifetime */ break; #endif case 'l': /* scan interface names only */ |