mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
spelling
Obtained from: OpenBSD (src/bin/chio/chio.c rev 1.7) by todd@openbsd.org
This commit is contained in:
parent
c1effe8a45
commit
112e2ea9f2
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: chio.c,v 1.2 1997/06/02 06:25:19 charnier Exp $ */
|
||||
/* $Id: chio.c,v 1.3 1997/06/06 06:32:09 charnier Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com>
|
||||
|
|
@ -374,7 +374,7 @@ do_params(cname, argc, argv)
|
|||
|
||||
/* No arguments to this command. */
|
||||
if (argc) {
|
||||
warnx("%s: no arguements expected", cname);
|
||||
warnx("%s: no arguments expected", cname);
|
||||
goto usage;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue