1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00
Obtained from:  OpenBSD (src/bin/chio/chio.c rev 1.7) by todd@openbsd.org
This commit is contained in:
Eivind Eklund 1998-02-11 06:34:38 +00:00
parent c1effe8a45
commit 112e2ea9f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33238

View File

@ -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;
}