summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-09-06 23:26:30 +0000
committeraaron <aaron@openbsd.org>1999-09-06 23:26:30 +0000
commit87212e85f7d6626aba190f529ae5d51816dd9864 (patch)
treebc87db80ce270a5be84c191223f1bddbba10e052 /lib/libc/stdlib
parentATAPISCSI, CD-ROM, ISO-9660 fs, ksyms (diff)
downloadwireguard-openbsd-87212e85f7d6626aba190f529ae5d51816dd9864.tar.xz
wireguard-openbsd-87212e85f7d6626aba190f529ae5d51816dd9864.zip
succesful -> successful
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/getenv.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index c7858b55b0d..d6ffc8b1ddd 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: getenv.3,v 1.5 1999/06/29 18:36:20 aaron Exp $
+.\" $OpenBSD: getenv.3,v 1.6 1999/09/06 23:26:30 aaron Exp $
.\"
.Dd December 11, 1993
.Dt GETENV 3
@@ -122,7 +122,7 @@ is set to indicate the error and a
.Pp
If
.Fn getenv
-is succesful, the string returned should be considered read-only.
+is successful, the string returned should be considered read-only.
.Sh ERRORS
.Bl -tag -width [ENOMEM]
.It Bq Er ENOMEM