diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
commit | 5e5c20b4986d64cf4b989750655ce99a581ee745 (patch) | |
tree | 454d7edecf7d8c42395d523edcb4da46a285da42 /usr.sbin/amd | |
parent | fa37968b43055a44587325acd7d958a96fc4e5a7 (diff) |
seperate -> separate, okay aaron@
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/amd/amq_subr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/amd/amq_subr.c b/usr.sbin/amd/amd/amq_subr.c index ba4c3deef2e..2c15f2bd161 100644 --- a/usr.sbin/amd/amd/amq_subr.c +++ b/usr.sbin/amd/amd/amq_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)amq_subr.c 8.1 (Berkeley) 6/6/93 - * $Id: amq_subr.c,v 1.4 1999/08/26 14:57:19 millert Exp $ + * $Id: amq_subr.c,v 1.5 2000/11/10 15:33:13 provos Exp $ */ /* @@ -175,7 +175,7 @@ extern qelem mfhead; #if 0 /* - * amd does not allocate a seperate socket to distinguish local + * amd does not allocate a separate socket to distinguish local * connects so this "security" check is useless. */ static int ok_security(rqstp) |