diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2006-07-20 15:14:23 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2006-07-20 15:14:23 +0000 |
commit | 7feecdf3040c611c30cdbd34f3a672d0faa1155e (patch) | |
tree | f537795b6ac6a9590f3eee840755dfc621743915 /usr.bin | |
parent | ba530159886e21a86d0c518e72883d49f2132ea2 (diff) |
Chad Dougherty <crd@andrew.cmu.edu> teaches me how to spell 'supported' correctly
Diffstat (limited to 'usr.bin')
-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; } |