diff options
author | 2005-02-26 21:51:33 +0000 | |
---|---|---|
committer | 2005-02-26 21:51:33 +0000 | |
commit | 8e06ec53f41f366167dcf9ba2514aacd6de76405 (patch) | |
tree | 3c6e23ab5a239d79c2317a785a1997ffbeb08d46 /usr.bin/cvs/logmsg.c | |
parent | fix {send,recv}data so they don't add -1 to pos in the (diff) | |
download | wireguard-openbsd-8e06ec53f41f366167dcf9ba2514aacd6de76405.tar.xz wireguard-openbsd-8e06ec53f41f366167dcf9ba2514aacd6de76405.zip |
spelling fixes
Diffstat (limited to 'usr.bin/cvs/logmsg.c')
-rw-r--r-- | usr.bin/cvs/logmsg.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |