summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/cvs.14
-rw-r--r--usr.bin/cvs/logmsg.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1
index a5e381c29e8..a9493b55b79 100644
--- a/usr.bin/cvs/cvs.1
+++ b/usr.bin/cvs/cvs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cvs.1,v 1.53 2005/02/25 17:35:21 xsa Exp $
+.\" $OpenBSD: cvs.1,v 1.54 2005/02/26 21:51:33 david Exp $
.\"
.\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
.\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org>
@@ -211,7 +211,7 @@ This option is often used with the
command to guarantee that files that already contain external keywords
do not get modified.
.It Fl k Ar v
-Substitue the value of keywords instead of keywords themselves
+Substitute the value of keywords instead of keywords themselves
e.g. instead of $\&Revision$, only insert 1.1 and not $\&Revision: 1.1 $.
This option must be used with care, as it can only be used once.
It is often used with the
diff --git a/usr.bin/cvs/logmsg.c b/usr.bin/cvs/logmsg.c
index f9ba6942ccc..232ecc93335 100644
--- a/usr.bin/cvs/logmsg.c
+++ b/usr.bin/cvs/logmsg.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: logmsg.c,v 1.11 2005/01/03 21:08:12 jfb Exp $ */
+/* $OpenBSD: logmsg.c,v 1.12 2005/02/26 21:51:33 david Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -158,7 +158,7 @@ cvs_logmsg_open(const char *path)
*
* Get a log message by forking and executing the user's editor. The <dir>
* argument is a relative path to the directory for which the log message
- * applies, and the 3 tail queue arguemnts contains all the files for which the
+ * applies, and the 3 tail queue arguments contains all the files for which the
* log message will apply. Any of these arguments can be set to NULL in the
* case where there is no information to display.
* Returns the message in a dynamically allocated string on success, NULL on