diff options
author | 2007-05-11 11:29:26 +0000 | |
---|---|---|
committer | 2007-05-11 11:29:26 +0000 | |
commit | 023558c83ecd1f1a69214212542fd98f7a88ad35 (patch) | |
tree | 1902a5821a1b050eb9b82041cb393a07b71db4e5 | |
parent | Various spelling fixes from Stuart Henderson. (diff) | |
download | wireguard-openbsd-023558c83ecd1f1a69214212542fd98f7a88ad35.tar.xz wireguard-openbsd-023558c83ecd1f1a69214212542fd98f7a88ad35.zip |
typo in previous commit;
-rw-r--r-- | usr.bin/cvs/root.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/root.c b/usr.bin/cvs/root.c index 70d942fdb7c..73e7f957606 100644 --- a/usr.bin/cvs/root.c +++ b/usr.bin/cvs/root.c @@ -1,4 +1,4 @@ -/* $OpenBSD: root.c,v 1.38 2007/05/11 06:32:02 xsa Exp $ */ +/* $OpenBSD: root.c,v 1.39 2007/05/11 11:29:26 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -64,7 +64,7 @@ static void cvsroot_free(struct cvsroot *); * Parse a CVS root string (as found in CVS/Root files or the CVSROOT * environment variable) and store the fields in a dynamically * allocated cvs_root structure. The format of the string is as follows: - * [:method:][[user[:pass]@]host[:port]]:path + * [:method:][[user[:pass]@]host[:port]:]path * Returns a pointer to the allocated information on success, or NULL * on failure. */ |