diff options
author | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-05-22 15:45:02 +0000 |
---|---|---|
committer | Tobias Stoeckmann <tobias@cvs.openbsd.org> | 2008-05-22 15:45:02 +0000 |
commit | a55577901a382a63aa33e88d284fe1921dd6188b (patch) | |
tree | 7c2d49b259028b1394ceb457c843ffd95ed32071 /usr.bin/cvs/import.c | |
parent | 97251873e7c47c40ca4aa4d0d8beb5a8338da08c (diff) |
expension -> expansion
ok joris, xsa (quite some time ago)
Diffstat (limited to 'usr.bin/cvs/import.c')
-rw-r--r-- | usr.bin/cvs/import.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/import.c b/usr.bin/cvs/import.c index 9d7df15472c..e0bad5c1c69 100644 --- a/usr.bin/cvs/import.c +++ b/usr.bin/cvs/import.c @@ -1,4 +1,4 @@ -/* $OpenBSD: import.c,v 1.88 2008/05/22 06:48:27 xsa Exp $ */ +/* $OpenBSD: import.c,v 1.89 2008/05/22 15:45:01 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -76,7 +76,7 @@ cvs_import(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_cmd_import.cmd_synopsis); } break; |