From 17b2872a65f91c7ffc22a26274067f65caad17eb Mon Sep 17 00:00:00 2001 From: tobias Date: Sun, 13 Jan 2008 11:11:08 +0000 Subject: Typos fixed. OK xsa@ > Diff from Igor Zinovik. --- usr.bin/cvs/commit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs/commit.c') diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index d4e149deabc..988b9858929 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.117 2008/01/10 09:54:04 tobias Exp $ */ +/* $OpenBSD: commit.c,v 1.118 2008/01/13 11:11:08 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2006 Xavier Santolaria @@ -512,7 +512,7 @@ commit_diff(struct cvs_file *cf, RCSNUM *rev, int reverse) if (cf->file_status == FILE_MODIFIED || cf->file_status == FILE_ADDED) { if ((b1 = cvs_buf_load_fd(cf->fd, BUF_AUTOEXT)) == NULL) - fatal("commit_diff_file: failed to load '%s'", + fatal("commit_diff: failed to load '%s'", cf->file_path); cvs_buf_write_stmp(b1, p1, NULL); cvs_buf_free(b1); -- cgit v1.2.3-59-g8ed1b