summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/fgets.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3
index 9f84e30b1e5..5d1331019f1 100644
--- a/lib/libc/stdio/fgets.3
+++ b/lib/libc/stdio/fgets.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fgets.3,v 1.24 2006/10/15 06:39:23 jmc Exp $
+.\" $OpenBSD: fgets.3,v 1.25 2006/10/30 15:58:59 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -58,7 +58,7 @@ at end-of-file, or on error.
The newline, if any, is retained.
The string will be NUL-terminated if
.Fn fgets
-suceeds; otherwise the contents of
+succeeds; otherwise the contents of
.Fa str
are undefined.
.Pp