diff options
author | David Krause <david@cvs.openbsd.org> | 2004-12-22 00:38:27 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-12-22 00:38:27 +0000 |
commit | c0afd6fbcc0d6e9b817627f162362d6dd27b5923 (patch) | |
tree | efedeb4d71c28e0c35d09f1699c4a4f0dbfc3321 /usr.bin/cvs/cvs.c | |
parent | 5763b80e79dba4389cc643b8125c5f09143e15d1 (diff) |
spelling corrections; ok jmc@
Diffstat (limited to 'usr.bin/cvs/cvs.c')
-rw-r--r-- | usr.bin/cvs/cvs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/cvs.c b/usr.bin/cvs/cvs.c index cd154eed34c..44ae90463f3 100644 --- a/usr.bin/cvs/cvs.c +++ b/usr.bin/cvs/cvs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.28 2004/12/21 20:59:57 xsa Exp $ */ +/* $OpenBSD: cvs.c,v 1.29 2004/12/22 00:38:25 david Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -79,7 +79,7 @@ static TAILQ_HEAD(, cvs_var) cvs_variables; * The synopsis field should only contain the list of arguments that the * command supports, without the actual command's name. * - * Command handlers are expected to return 0 if no error occured, or one of + * Command handlers are expected to return 0 if no error occurred, or one of * the values known in sysexits.h in case of an error. In case the error * returned is EX_USAGE, the command's usage string is printed to standard * error before returning. |