summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-07-25 20:15:36 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-07-25 20:15:36 +0000
commited1a283066ebaa25aa0fa8bab0cdea51e67e10fd (patch)
treec589606924a4e2adf39a604041e09901f6199ca6 /usr.bin
parent1675e0a000b248429e0c9f07586b18745b003f15 (diff)
"file file" -> "this file" in an info msg;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cvs/remove.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/remove.c b/usr.bin/cvs/remove.c
index bdf3b1dfc45..2dc2006882a 100644
--- a/usr.bin/cvs/remove.c
+++ b/usr.bin/cvs/remove.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: remove.c,v 1.26 2005/07/25 12:13:08 xsa Exp $ */
+/* $OpenBSD: remove.c,v 1.27 2005/07/25 20:15:35 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org>
@@ -200,7 +200,7 @@ cvs_remove_local(CVSFILE *cf, void *arg)
if (verbosity > 0)
cvs_log(LP_INFO, "use '%s commit' to remove %s "
"permanently", __progname,
- (removed == 1) ? "file file" : "these files");
+ (removed == 1) ? "this file" : "these files");
return (0);
}