summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>2002-06-14 21:34:58 +0000
committertodd <todd@openbsd.org>2002-06-14 21:34:58 +0000
commite4d25771e502a9b366bb8bafa82e4b9d2dab6ffa (patch)
treed3889a616a1b0ce198ee331a24bc7bfe5edff217 /lib
parentmake the output of pfctl -k look nice again (diff)
downloadwireguard-openbsd-e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa.tar.xz
wireguard-openbsd-e4d25771e502a9b366bb8bafa82e4b9d2dab6ffa.zip
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/glob.c4
-rw-r--r--lib/libc/stdio/fgetln.c4
-rw-r--r--lib/libdes/VERSION2
-rw-r--r--lib/libdes/fcrypt.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/glob.c b/lib/libc/gen/glob.c
index 23ca3d55108..f62bfb158e5 100644
--- a/lib/libc/gen/glob.c
+++ b/lib/libc/gen/glob.c
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93";
#else
-static char rcsid[] = "$OpenBSD: glob.c,v 1.19 2002/05/24 21:22:37 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: glob.c,v 1.20 2002/06/14 21:34:58 todd Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@@ -667,7 +667,7 @@ glob3(pathbuf, pathbuf_last, pathend, pathend_last, pattern, pattern_last,
/*
- * Extend the gl_pathv member of a glob_t structure to accomodate a new item,
+ * Extend the gl_pathv member of a glob_t structure to accommodate a new item,
* add the new item, and update gl_pathc.
*
* This assumes the BSD realloc, which only copies the block when its size
diff --git a/lib/libc/stdio/fgetln.c b/lib/libc/stdio/fgetln.c
index e3e616545fc..748a612e50c 100644
--- a/lib/libc/stdio/fgetln.c
+++ b/lib/libc/stdio/fgetln.c
@@ -35,7 +35,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: fgetln.c,v 1.2 1996/08/19 08:32:29 tholo Exp $";
+static char *rcsid = "$OpenBSD: fgetln.c,v 1.3 2002/06/14 21:34:58 todd Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdio.h>
@@ -114,7 +114,7 @@ fgetln(fp, lenp)
* As a bonus, though, we can leave off the __SMOD.
*
* OPTIMISTIC is length that we (optimistically) expect will
- * accomodate the `rest' of the string, on each trip through the
+ * accommodate the `rest' of the string, on each trip through the
* loop below.
*/
#define OPTIMISTIC 80
diff --git a/lib/libdes/VERSION b/lib/libdes/VERSION
index f95aded2bf1..a1972a0f18e 100644
--- a/lib/libdes/VERSION
+++ b/lib/libdes/VERSION
@@ -38,7 +38,7 @@ Version 3.26
Thanks to Jens Kupferschmidt <bt1cu@hpboot.rz.uni-leipzig.de>. */
SIGWINCH case put in des_read_passwd() so the function does not
- 'exit' if this function is recieved.
+ 'exit' if this function is received.
Version 3.25 17/07/96
Modified read_pwd.c so that stdin can be read if not a tty.
diff --git a/lib/libdes/fcrypt.c b/lib/libdes/fcrypt.c
index bdf7c3dbf26..01d81a317f5 100644
--- a/lib/libdes/fcrypt.c
+++ b/lib/libdes/fcrypt.c
@@ -69,7 +69,7 @@
* I have included directive _DES_PARA for shared memory computers.
* I have included a directive LONGCRYPT to using this routine to cipher
* passwords with more then 8 bytes like HP-UX 10.x it used. The MAXPLEN
- * definition is the maximum of lenght of password and can changed. I have
+ * definition is the maximum of length of password and can changed. I have
* defined 24.
*/