diff options
author | 2006-07-20 15:14:22 +0000 | |
---|---|---|
committer | 2006-07-20 15:14:22 +0000 | |
commit | a1ec0796b8314427ead867ef0ecc0c40d8f7a63f (patch) | |
tree | f19c08491a1835d09a32197d5bf4b8a5d25e5a90 | |
parent | no need for .Pp after sections; (diff) | |
download | wireguard-openbsd-a1ec0796b8314427ead867ef0ecc0c40d8f7a63f.tar.xz wireguard-openbsd-a1ec0796b8314427ead867ef0ecc0c40d8f7a63f.zip |
Chad Dougherty <crd@andrew.cmu.edu> teaches me how to spell 'supported' correctly
-rw-r--r-- | usr.bin/cvs/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/client.c b/usr.bin/cvs/client.c index 2a977f24dc1..9989400bb7f 100644 --- a/usr.bin/cvs/client.c +++ b/usr.bin/cvs/client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.13 2006/07/09 04:39:43 joris Exp $ */ +/* $OpenBSD: client.c,v 1.14 2006/07/20 15:14:22 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -165,7 +165,7 @@ cvs_client_connect_to_server(void) case CVS_METHOD_GSERVER: case CVS_METHOD_FORK: case CVS_METHOD_EXT: - fatal("the specified connection method is not support"); + fatal("the specified connection method is not supported"); default: break; } |