diff options
Diffstat (limited to 'usr.bin/cvs/update.c')
-rw-r--r-- | usr.bin/cvs/update.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c index 2d50fdf5c9e..9d3a8b486d4 100644 --- a/usr.bin/cvs/update.c +++ b/usr.bin/cvs/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.142 2008/03/09 15:43:55 joris Exp $ */ +/* $OpenBSD: update.c,v 1.143 2008/05/22 15:45:01 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -99,7 +99,7 @@ cvs_update(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_update.cmd_synopsis); } break; |