From 9e9734e2e991625de0abe903a9083fb5e10c36c0 Mon Sep 17 00:00:00 2001 From: Xavier Santolaria Date: Thu, 25 Jan 2007 11:09:22 +0000 Subject: typo in error message. --- usr.bin/cvs/edit.c | 4 ++-- 1 file 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 * @@ -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)); -- cgit v1.2.3