From 112e2ea9f2765742739b873e5eb03bb60a9a9357 Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Wed, 11 Feb 1998 06:34:38 +0000 Subject: [PATCH] spelling Obtained from: OpenBSD (src/bin/chio/chio.c rev 1.7) by todd@openbsd.org --- bin/chio/chio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/chio/chio.c b/bin/chio/chio.c index 8c5ba5c39ba..a63d5b6c153 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -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 @@ -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; }