From f119972cc898d86c96fffed59b06cb637087795d Mon Sep 17 00:00:00 2001 From: aaron <> Date: Mon, 6 Sep 1999 23:26:30 +0000 Subject: [PATCH] succesful -> successful --- src/lib/libc/stdlib/getenv.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/stdlib/getenv.3 b/src/lib/libc/stdlib/getenv.3 index c7858b55..d6ffc8b1 100644 --- a/src/lib/libc/stdlib/getenv.3 +++ b/src/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