From d259f0302f02206d7eb448da2673487fe1e0f8f6 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sun, 4 Aug 2013 15:00:56 -0700 Subject: Fix spelling errors Minor errors found by codespell --- ip/ipntable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ip/ipntable.c') 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); } -- cgit v1.2.3