diff options
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; } |