=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/buf.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/cvs/buf.c 2005/06/02 07:16:38 1.12 +++ src/usr.bin/cvs/buf.c 2005/07/07 14:27:57 1.13 @@ -1,4 +1,4 @@ -/* $OpenBSD: buf.c,v 1.12 2005/06/02 07:16:38 xsa Exp $ */ +/* $OpenBSD: buf.c,v 1.13 2005/07/07 14:27:57 joris Exp $ */ /* * Copyright (c) 2003 Jean-Francois Brousseau * All rights reserved. @@ -414,7 +414,7 @@ fd = open(path, O_WRONLY|O_CREAT|O_TRUNC, mode); if (fd == -1) { - cvs_log(LP_ERRNO, "failed to open file `%s'", path); + cvs_log(LP_ERRNO, "failed to open file `%s'", path); return (-1); } @@ -431,7 +431,7 @@ /* * cvs_buf_write_stmp() * - * Write the contents of the buffer to a temporary file whose path is + * Write the contents of the buffer to a temporary file whose path is * specified using