diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-12-22 12:08:31 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2009-12-22 12:08:31 +0000 |
commit | 974a2846d86f5d8a78fd9b70c5c7bf882961db7c (patch) | |
tree | 23dd795ab9a498e1a456c74177b302c5ad7e5e2c | |
parent | ee718fd567d87d321f0f849892a63e0806b21075 (diff) |
- tyop, spotted by Brad Tilley
-rw-r--r-- | bin/pax/file_subs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index 4c809064649..3bf16195e2f 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: file_subs.c,v 1.31 2009/10/27 23:59:22 deraadt Exp $ */ +/* $OpenBSD: file_subs.c,v 1.32 2009/12/22 12:08:30 jasper Exp $ */ /* $NetBSD: file_subs.c,v 1.4 1995/03/21 09:07:18 cgd Exp $ */ /*- @@ -988,7 +988,7 @@ file_flush(int fd, char *fname, int isempt) /* * rdfile_close() - * close a file we have beed reading (to copy or archive). If we have to + * close a file we have been reading (to copy or archive). If we have to * reset access time (tflag) do so (the times are stored in arcn). */ |