diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /usr.sbin/amd | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/include/am.h | 4 | ||||
-rw-r--r-- | usr.sbin/amd/rpcx/amq.x | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/amd/include/am.h b/usr.sbin/amd/include/am.h index e803b04ed9e..f4436b08b73 100644 --- a/usr.sbin/amd/include/am.h +++ b/usr.sbin/amd/include/am.h @@ -1,4 +1,4 @@ -/* $OpenBSD: am.h,v 1.10 2003/06/17 18:00:24 millert Exp $ */ +/* $OpenBSD: am.h,v 1.11 2003/11/08 19:17:29 jmc Exp $ */ /* * Copyright (c) 1990 Jan-Simon Pendry @@ -460,7 +460,7 @@ typedef struct am_stats am_stats; struct amd_stats { int d_drops; /* Dropped requests */ int d_stale; /* Stale NFS handles */ - int d_mok; /* Succesful mounts */ + int d_mok; /* Successful mounts */ int d_merr; /* Failed mounts */ int d_uerr; /* Failed unmounts */ }; diff --git a/usr.sbin/amd/rpcx/amq.x b/usr.sbin/amd/rpcx/amq.x index 7e710112ad6..832e661a329 100644 --- a/usr.sbin/amd/rpcx/amq.x +++ b/usr.sbin/amd/rpcx/amq.x @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)amq.x 8.1 (Berkeley) 6/6/93 - * $Id: amq.x,v 1.4 2003/06/02 23:36:52 millert Exp $ + * $Id: amq.x,v 1.5 2003/11/08 19:17:29 jmc Exp $ * */ @@ -98,7 +98,7 @@ typedef amq_mount_tree_p amq_mount_tree_list<>; struct amq_mount_stats { int as_drops; /* Dropped requests */ int as_stale; /* Stale NFS handles */ - int as_mok; /* Succesful mounts */ + int as_mok; /* Successful mounts */ int as_merr; /* Failed mounts */ int as_uerr; /* Failed unmounts */ }; |