summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.c
diff options
context:
space:
mode:
authortobias <tobias@openbsd.org>2008-05-22 15:45:01 +0000
committertobias <tobias@openbsd.org>2008-05-22 15:45:01 +0000
commit0bc1d395d8ef6d809adfa6d5b567dd119d6f1c23 (patch)
tree1018f15148ca1fed367dcd4ed07c51da5bea693f /usr.bin/cvs/diff.c
parentkill 2 bogus ARGUSED and use the LIST_FOREACH() macro (diff)
downloadwireguard-openbsd-0bc1d395d8ef6d809adfa6d5b567dd119d6f1c23.tar.xz
wireguard-openbsd-0bc1d395d8ef6d809adfa6d5b567dd119d6f1c23.zip
expension -> expansion
ok joris, xsa (quite some time ago)
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r--usr.bin/cvs/diff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c
index 9a734327786..39cf04534bc 100644
--- a/usr.bin/cvs/diff.c
+++ b/usr.bin/cvs/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.134 2008/03/13 19:54:34 sthen Exp $ */
+/* $OpenBSD: diff.c,v 1.135 2008/05/22 15:45:01 tobias Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -88,7 +88,7 @@ cvs_diff(int argc, char **argv)
kflag = rcs_kflag_get(koptstr);
if (RCS_KWEXP_INVAL(kflag)) {
cvs_log(LP_ERR,
- "invalid RCS keyword expension mode");
+ "invalid RCS keyword expansion mode");
fatal("%s", cvs_cmdop == CVS_OP_DIFF ?
cvs_cmd_diff.cmd_synopsis :
cvs_cmd_rdiff.cmd_synopsis);