diff options
Diffstat (limited to 'usr.bin/cvs/getlog.c')
-rw-r--r-- | usr.bin/cvs/getlog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c index e99586a61c9..65e36f4fb72 100644 --- a/usr.bin/cvs/getlog.c +++ b/usr.bin/cvs/getlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.61 2006/05/30 21:34:03 joris Exp $ */ +/* $OpenBSD: getlog.c,v 1.62 2006/06/02 19:10:24 david Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -105,7 +105,7 @@ cvs_log_local(struct cvs_file *cf) return; } else if (cf->file_status == FILE_ADDED) { if (verbosity > 0) - cvs_log(LP_ERR, "%s has been added, but not commited", + cvs_log(LP_ERR, "%s has been added, but not committed", cf->file_path); return; } |