diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2002-07-07 18:08:51 +0000 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2002-07-07 18:08:51 +0000 |
commit | 6ed5521a7eae0ec16e91ee0b429d0d956f56be1b (patch) | |
tree | 5f9bef9c9152087c055122dd0d11c12d3a4dc1f6 /lib | |
parent | 98744333f59c246ab3103b4ffe275c536f56a390 (diff) | |
download | FreeBSD-src-6ed5521a7eae0ec16e91ee0b429d0d956f56be1b.zip FreeBSD-src-6ed5521a7eae0ec16e91ee0b429d0d956f56be1b.tar.gz |
s/unavilable/unavailable/
PR: 39446
Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
MFC after: 1 day
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/bind.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2 index 448ee8e..d9507bf 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -77,7 +77,7 @@ call will fail if: .Bl -tag -width Er .It Bq Er EAGAIN Kernel resources to complete the request are -temporarily unavilable. +temporarily unavailable. .It Bq Er EBADF .Fa S is not a valid descriptor. |