summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-14 21:35:02 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-14 21:35:02 +0000
commit592b4684a393f187ed17f2dbde89e7e974b93bec (patch)
tree27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /usr.sbin/afs
parent44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff)
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r--usr.sbin/afs/src/ChangeLog.19992
-rw-r--r--usr.sbin/afs/src/lib/cmd/cmd.34
-rw-r--r--usr.sbin/afs/src/rx/rx.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/afs/src/ChangeLog.1999 b/usr.sbin/afs/src/ChangeLog.1999
index 47ab1c5e464..db6e77260f3 100644
--- a/usr.sbin/afs/src/ChangeLog.1999
+++ b/usr.sbin/afs/src/ChangeLog.1999
@@ -1049,7 +1049,7 @@ Mon Oct 4 01:58:56 1999 Magnus Ahltorp <map@stacken.kth.se>
* arlad/inter.c (cm_symlink): return the realfid
* arlad/bsd-subr.c (write_dirent): also handle the case of `..'
- refering to a mount-point
+ referring to a mount-point
* tests/readdir-vs-lstat.c (verify_inodes): no need to check for
. or ..
diff --git a/usr.sbin/afs/src/lib/cmd/cmd.3 b/usr.sbin/afs/src/lib/cmd/cmd.3
index 2c5d7fef6d6..af0759496a3 100644
--- a/usr.sbin/afs/src/lib/cmd/cmd.3
+++ b/usr.sbin/afs/src/lib/cmd/cmd.3
@@ -257,7 +257,7 @@ manpage when its generated.
.Xr mdoc 7
.Sh HISTORY
First written on CMU. Taken up by Transarc/IBM in their AFS
-product. Reimplmented for Arla since a lot of people missed it. When
+product. Reimplemented for Arla since a lot of people missed it. When
it got added to arla it also got functionally like generating mdoc
output.
.Sh AUTHORS
@@ -268,4 +268,4 @@ Plenty of them.
.Fn cmd_ParseLine
and
.Fn cmd_FreeArgv
-aren't implemented.
+isn't implemented.
diff --git a/usr.sbin/afs/src/rx/rx.c b/usr.sbin/afs/src/rx/rx.c
index 381d7189e3b..83dc803b2fb 100644
--- a/usr.sbin/afs/src/rx/rx.c
+++ b/usr.sbin/afs/src/rx/rx.c
@@ -2063,7 +2063,7 @@ rxi_ReceiveDataPacket(struct rx_call * call,
}
/*
* If the sequence number is greater than what can be
- * accomodated by the current window, then send a negative
+ * accommodated by the current window, then send a negative
* acknowledge and drop the packet
*/
if ((call->rnext + call->rwind) <= np->header.seq) {