diff options
author | David Krause <david@cvs.openbsd.org> | 2004-12-22 00:38:27 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-12-22 00:38:27 +0000 |
commit | c0afd6fbcc0d6e9b817627f162362d6dd27b5923 (patch) | |
tree | efedeb4d71c28e0c35d09f1699c4a4f0dbfc3321 /usr.bin/cvs/proto.c | |
parent | 5763b80e79dba4389cc643b8125c5f09143e15d1 (diff) |
spelling corrections; ok jmc@
Diffstat (limited to 'usr.bin/cvs/proto.c')
-rw-r--r-- | usr.bin/cvs/proto.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/proto.c b/usr.bin/cvs/proto.c index ae3a078f526..8c390e18d0e 100644 --- a/usr.bin/cvs/proto.c +++ b/usr.bin/cvs/proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.c,v 1.36 2004/12/16 17:09:33 jfb Exp $ */ +/* $OpenBSD: proto.c,v 1.37 2004/12/22 00:38:25 david Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -166,7 +166,7 @@ u_int cvs_version_sent = 0; static char cvs_proto_buf[4096]; /* - * Output files for protocol logging when the CVS_CLIENT_LOG enviroment + * Output files for protocol logging when the CVS_CLIENT_LOG environment * variable is set. */ static int cvs_server_logon = 0; @@ -717,7 +717,7 @@ cvs_sendreq(struct cvsroot *root, u_int rid, const char *arg) * * Get a response from the server. This call will actually read and handle * responses from the server until one of the response handlers returns - * non-zero (either an error occured or the end of the response was reached). + * non-zero (either an error occurred or the end of the response was reached). * Returns the number of handled commands on success, or -1 on failure. */ int |