diff options
Diffstat (limited to 'sbin/ipfw/main.c')
-rw-r--r-- | sbin/ipfw/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/main.c b/sbin/ipfw/main.c index debed4e..82a299b 100644 --- a/sbin/ipfw/main.c +++ b/sbin/ipfw/main.c @@ -167,7 +167,7 @@ ipfw_main(int oldac, char **oldav) i++; bcopy(arg+j, av_p, i-j); av[ac] = av_p; - av_p += i-j; /* the lenght of the string */ + av_p += i-j; /* the length of the string */ *av_p++ = '\0'; ac++; j = i + 1; |