From 138924ed53f662e659d3a013552fd6b48793259d Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Sat, 9 Feb 2008 13:41:23 +0000 Subject: fix error msg; --- usr.bin/cvs/rcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') 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 * 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; -- cgit v1.2.3