diff options
author | David Krause <david@cvs.openbsd.org> | 2006-06-02 19:10:25 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2006-06-02 19:10:25 +0000 |
commit | c586a9434af2f14fc3e43b17cc349d40f2151a19 (patch) | |
tree | f64e1bc5424dfbbd4b5aff0a5d3647a3380920ba /usr.bin/cvs/file.c | |
parent | 18bf8f3a6b8f451cc6f98878efc94b261145f9d0 (diff) |
various spelling fixes
Diffstat (limited to 'usr.bin/cvs/file.c')
-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 1ff07bbe332..bf1535466d5 100644 --- a/usr.bin/cvs/file.c +++ b/usr.bin/cvs/file.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file.c,v 1.156 2006/06/01 20:00:52 joris Exp $ */ +/* $OpenBSD: file.c,v 1.157 2006/06/02 19:10:23 david Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org> @@ -732,7 +732,7 @@ cvs_file_classify(struct cvs_file *cf, const char *tag, int loud) if (cf->fd == -1) { if (verbose) cvs_log(LP_NOTICE, - "warning: new-born %s has dissapeared", + "warning: new-born %s has disappeared", cf->file_path); cf->file_status = FILE_REMOVE_ENTRY; } else if (cf->file_rcs == NULL || rcsdead == 1) { |