=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.c,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- src/usr.bin/cvs/cvs.c 2006/05/30 06:36:09 1.101 +++ src/usr.bin/cvs/cvs.c 2006/06/02 19:10:23 1.102 @@ -1,4 +1,4 @@ -/* $OpenBSD: cvs.c,v 1.101 2006/05/30 06:36:09 joris Exp $ */ +/* $OpenBSD: cvs.c,v 1.102 2006/06/02 19:10:23 david Exp $ */ /* * Copyright (c) 2006 Joris Vink * Copyright (c) 2004 Jean-Francois Brousseau @@ -220,7 +220,7 @@ if ((current_cvsroot = cvsroot_get(".")) == NULL) { cvs_log(LP_ERR, "No CVSROOT specified! Please use the '-d' option"); - fatal("or set the CVSROOT enviroment variable."); + fatal("or set the CVSROOT environment variable."); } if (current_cvsroot->cr_method != CVS_METHOD_LOCAL)