diff options
| author | wiz <wiz@NetBSD.org> | 2001-06-11 01:50:48 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-06-11 01:50:48 +0000 |
| commit | 40ac848024fd32913acfa4934929eae8ced8919c (patch) | |
| tree | 9c160183b38692459b8e92495dedc04f92d5b795 /libexec | |
| parent | 081864d5b8558b46b69ba1dad263a49ca5ddc534 (diff) | |
Fix various misspellings of compatible/compatibility.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftpd/ftpd.c | 6 | ||||
| -rw-r--r-- | libexec/ftpd/ftpusers.5 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index e20d41d8e27..05d617d5cd8 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -1,4 +1,4 @@ -/* $NetBSD: ftpd.c,v 1.125 2001/04/25 01:46:26 lukem Exp $ */ +/* $NetBSD: ftpd.c,v 1.126 2001/06/11 01:50:51 wiz Exp $ */ /* * Copyright (c) 1997-2001 The NetBSD Foundation, Inc. @@ -109,7 +109,7 @@ __COPYRIGHT( #if 0 static char sccsid[] = "@(#)ftpd.c 8.5 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: ftpd.c,v 1.125 2001/04/25 01:46:26 lukem Exp $"); +__RCSID("$NetBSD: ftpd.c,v 1.126 2001/06/11 01:50:51 wiz Exp $"); #endif #endif /* not lint */ @@ -653,7 +653,7 @@ user(const char *name) * for a user. Each line is a shell-style glob followed by * `yes' or `no'. * - * For backward compatability, `allow' and `deny' are synonymns + * For backward compatibility, `allow' and `deny' are synonymns * for `yes' and `no', respectively. * * Each glob is matched against the username in turn, and the first diff --git a/libexec/ftpd/ftpusers.5 b/libexec/ftpd/ftpusers.5 index 85f500f0929..dd184fc74ff 100644 --- a/libexec/ftpd/ftpusers.5 +++ b/libexec/ftpd/ftpusers.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: ftpusers.5,v 1.10 2001/04/25 01:46:26 lukem Exp $ +.\" $NetBSD: ftpusers.5,v 1.11 2001/06/11 01:50:52 wiz Exp $ .\" .\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -127,7 +127,7 @@ If neither of the above is true. .Pp No further comparisons are attempted after the first successful match. If no match is found, the user is granted access. -This syntax is backward-compatable with the old syntax. +This syntax is backward-compatible with the old syntax. .Pp If a user requests a guest login, the .Xr ftpd 8 @@ -163,7 +163,7 @@ except that the argument is ignored. If there's a positive match, the session's root directory is changed. No further comparisons are attempted after the first successful match. -This syntax is backward-compatable with the old syntax. +This syntax is backward-compatible with the old syntax. .Sh FILES .Bl -tag -width /etc/ftpchroot -compact .It Pa /etc/ftpchroot |
