=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/getlog.c,v retrieving revision 1.61 retrieving revision 1.62 diff -c -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 **** ! /* $OpenBSD: getlog.c,v 1.61 2006/05/30 21:34:03 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: getlog.c,v 1.62 2006/06/02 19:10:24 david Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 105,111 **** return; } else if (cf->file_status == FILE_ADDED) { if (verbosity > 0) ! cvs_log(LP_ERR, "%s has been added, but not commited", cf->file_path); return; } --- 105,111 ---- return; } else if (cf->file_status == FILE_ADDED) { if (verbosity > 0) ! cvs_log(LP_ERR, "%s has been added, but not committed", cf->file_path); return; }