=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/getlog.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- src/usr.bin/cvs/getlog.c 2006/05/30 21:34:03 1.61 +++ src/usr.bin/cvs/getlog.c 2006/06/02 19:10:24 1.62 @@ -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 * @@ -105,7 +105,7 @@ 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; }