diff options
author | 1998-11-04 21:58:59 +0000 | |
---|---|---|
committer | 1998-11-04 21:58:59 +0000 | |
commit | acdd305328342f45ac9c1a8a57895e46e96c85a2 (patch) | |
tree | fac139f170612b6842eab588bad5bb9d2a140f2d | |
parent | use optimal xfer block size in rm_overwrite() instead of assuming 8192 (diff) | |
download | wireguard-openbsd-acdd305328342f45ac9c1a8a57895e46e96c85a2.tar.xz wireguard-openbsd-acdd305328342f45ac9c1a8a57895e46e96c85a2.zip |
availiable -> available
-rw-r--r-- | lib/libc/nls/catopen.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/nls/catopen.3 b/lib/libc/nls/catopen.3 index a9fbee3f349..5f5efe7cd74 100644 --- a/lib/libc/nls/catopen.3 +++ b/lib/libc/nls/catopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: catopen.3,v 1.2 1996/08/19 08:30:07 tholo Exp $ +.\" $OpenBSD: catopen.3,v 1.3 1998/11/04 21:58:59 aaron Exp $ .\" .\" Written by J.T. Conklin <jtc@netbsd.org>. .\" Public domain. @@ -45,7 +45,7 @@ is set to indicate the error. .Sh ERRORS .Bl -tag -width Er .It Bq Er ENOMEM -Insufficient memory is availiable. +Insufficient memory available. .El .Sh SEE ALSO .Xr catclose 3 , |