diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2013-08-04 15:00:56 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen@networkplumber.org> | 2013-08-04 15:00:56 -0700 |
commit | d259f0302f02206d7eb448da2673487fe1e0f8f6 (patch) | |
tree | 0eda2aa6fc3511ba3b39b7f37ac6a560bc7dc24f /ip/ipntable.c | |
parent | ac3ff7203206aae04831901c9dd831e32209fc94 (diff) |
Fix spelling errors
Minor errors found by codespell
Diffstat (limited to 'ip/ipntable.c')
-rw-r--r-- | ip/ipntable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ip/ipntable.c b/ip/ipntable.c index 67b199e4..193e50cf 100644 --- a/ip/ipntable.c +++ b/ip/ipntable.c @@ -305,7 +305,7 @@ static int ipntable_modify(int cmd, int flags, int argc, char **argv) if (!namep) missarg("NAME"); if (!threshsp && !gc_intp && !parms_change) { - fprintf(stderr, "Not enough information: changable attributes required.\n"); + fprintf(stderr, "Not enough information: changeable attributes required.\n"); exit(-1); } |