From 21a3003f8f5c49c0acbcb49462e5b221076076d0 Mon Sep 17 00:00:00 2001 From: eadler Date: Wed, 21 Oct 2015 05:37:09 +0000 Subject: Fix a ton of speelling errors arc lint is helpful Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com Differential Revision: https://reviews.freebsd.org/D3337 --- usr.sbin/jls/jls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/jls/jls.c') diff --git a/usr.sbin/jls/jls.c b/usr.sbin/jls/jls.c index b1e28fb..fbd1694 100644 --- a/usr.sbin/jls/jls.c +++ b/usr.sbin/jls/jls.c @@ -220,7 +220,7 @@ main(int argc, char **argv) putchar('\n'); } - /* Fetch the jail(s) and print the paramters. */ + /* Fetch the jail(s) and print the parameters. */ if (jid != 0 || jname != NULL) { if (print_jail(pflags, jflags) < 0) errx(1, "%s", jail_errmsg); -- cgit v1.1