diff options
author | 2001-05-09 18:06:35 +0000 | |
---|---|---|
committer | 2001-05-09 18:06:35 +0000 | |
commit | 181cfa67bf4f0a77bdda9b316d356fe262a7fe7e (patch) | |
tree | f9608c2d89fb46430e69c3e7dd4d5b3101a1c54e | |
parent | update the NetBSD to the correct version (diff) | |
download | wireguard-openbsd-181cfa67bf4f0a77bdda9b316d356fe262a7fe7e.tar.xz wireguard-openbsd-181cfa67bf4f0a77bdda9b316d356fe262a7fe7e.zip |
typo; david@phobia.ms
-rw-r--r-- | libexec/tftpd/tftpd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c index d92290cb60f..cdeb387dcd7 100644 --- a/libexec/tftpd/tftpd.c +++ b/libexec/tftpd/tftpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tftpd.c,v 1.16 2001/03/08 02:23:56 deraadt Exp $ */ +/* $OpenBSD: tftpd.c,v 1.17 2001/05/09 18:06:35 deraadt Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -41,7 +41,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)tftpd.c 5.13 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$OpenBSD: tftpd.c,v 1.16 2001/03/08 02:23:56 deraadt Exp $: tftpd.c,v 1.6 1997/02/16 23:49:21 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: tftpd.c,v 1.17 2001/05/09 18:06:35 deraadt Exp $: tftpd.c,v 1.6 1997/02/16 23:49:21 deraadt Exp $"; #endif /* not lint */ /* @@ -373,7 +373,7 @@ validate_access(filename, mode) } /* - * We use different a different permissions scheme if `cancreate' is + * We use a different permissions scheme if `cancreate' is * set. */ wmode = O_TRUNC; |