summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2007-01-25 11:09:22 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2007-01-25 11:09:22 +0000
commit9e9734e2e991625de0abe903a9083fb5e10c36c0 (patch)
tree9371345eceb1b5b05803ce725e530d52fb0b99c7 /usr.bin/cvs
parent9225bc0b972e0c537a65e3d75b6e4911d5e3ac49 (diff)
typo in error message.
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/edit.c b/usr.bin/cvs/edit.c
index 275d0be030c..ed252c79801 100644
--- a/usr.bin/cvs/edit.c
+++ b/usr.bin/cvs/edit.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: edit.c,v 1.29 2007/01/11 15:45:02 xsa Exp $ */
+/* $OpenBSD: edit.c,v 1.30 2007/01/25 11:09:21 xsa Exp $ */
/*
* Copyright (c) 2006, 2007 Xavier Santolaria <xsa@openbsd.org>
*
@@ -396,7 +396,7 @@ cvs_unedit_local(struct cvs_file *cf)
entlist = cvs_ent_open(cf->file_wd);
if ((ent = cvs_ent_get(entlist, cf->file_name)) == NULL)
- fatal("cvs_unedit_local: cvs_ent_parse failed");
+ fatal("cvs_unedit_local: cvs_ent_get failed");
(void)rcsnum_tostr(ba_rev, rbuf, sizeof(rbuf));