summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2008-02-09 13:41:23 +0000
committerJoris Vink <joris@cvs.openbsd.org>2008-02-09 13:41:23 +0000
commit138924ed53f662e659d3a013552fd6b48793259d (patch)
tree45170335b5e0faf4af5abc5d2ac26ee93cf17756 /usr.bin
parent7d495dfdfadb4ead83d7d13ad6e748255550e899 (diff)
fix error msg;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cvs/rcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/rcs.c b/usr.bin/cvs/rcs.c
index a70435ef53a..4d3c3f3e2ae 100644
--- a/usr.bin/cvs/rcs.c
+++ b/usr.bin/cvs/rcs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rcs.c,v 1.246 2008/02/09 11:17:02 tobias Exp $ */
+/* $OpenBSD: rcs.c,v 1.247 2008/02/09 13:41:22 joris Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -3549,7 +3549,7 @@ rcs_translate_tag(const char *revstr, RCSFILE *rfp)
}
if ((rdp = rcs_findrev(rfp, rev)) == NULL)
- fatal("rcs_datetorev: cannot find revision");
+ fatal("rcs_translate_tag: cannot find revision");
if (cvs_specified_date == 0)
return rev;