summaryrefslogtreecommitdiffstats
path: root/ip/ipntable.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2013-08-04 15:00:56 -0700
committerStephen Hemminger <stephen@networkplumber.org>2013-08-04 15:00:56 -0700
commitd259f0302f02206d7eb448da2673487fe1e0f8f6 (patch)
tree0eda2aa6fc3511ba3b39b7f37ac6a560bc7dc24f /ip/ipntable.c
parentac3ff7203206aae04831901c9dd831e32209fc94 (diff)
Fix spelling errors
Minor errors found by codespell
Diffstat (limited to 'ip/ipntable.c')
-rw-r--r--ip/ipntable.c2
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);
}