diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2009-02-21 18:26:48 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2009-02-21 18:26:48 +0000 |
commit | 6d436d327a125bac65314ce48c3c61fd76a023bb (patch) | |
tree | 1d60ef5b87daff4b383cec590aaa4848ab9f7bb2 | |
parent | f4e64fb53088ac82fe720e4808d7c78447ae73bc (diff) |
fix grammar
from <dawedawe@gmx.de>
-rw-r--r-- | usr.bin/cvs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/file.c b/usr.bin/cvs/file.c index a9fa201f470..c7befdfd74d 100644 --- a/usr.bin/cvs/file.c +++ b/usr.bin/cvs/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.252 2009/02/21 14:50:53 joris Exp $ */ +/* $OpenBSD: file.c,v 1.253 2009/02/21 18:26:47 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> @@ -416,7 +416,7 @@ cvs_file_walkdir(struct cvs_file *cf, struct cvs_recursion *cr) } /* - * If we do not have a admin directory inside here, dont bother, + * If we do not have an admin directory inside here, dont bother, * unless we are running export or import. */ (void)xsnprintf(fpath, MAXPATHLEN, "%s/%s", cf->file_path, |