diff options
| author | wiz <wiz@NetBSD.org> | 2003-03-29 22:48:37 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-03-29 22:48:37 +0000 |
| commit | 0acfa3bb9ea23305381dc8f26f4de2a89bf868e8 (patch) | |
| tree | 753a31525212caeb20d82b6fddc60f46ea7dc506 /lib/libedit | |
| parent | 7a3fa51b7f980bb39ce7c105eb82c6a48c97215b (diff) | |
Consistently spell occurrence with two rs.
Diffstat (limited to 'lib/libedit')
| -rw-r--r-- | lib/libedit/readline.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/readline.c b/lib/libedit/readline.c index 82cdd73d755..1e398dfa80a 100644 --- a/lib/libedit/readline.c +++ b/lib/libedit/readline.c @@ -1,4 +1,4 @@ -/* $NetBSD: readline.c,v 1.28 2003/03/10 01:14:54 christos Exp $ */ +/* $NetBSD: readline.c,v 1.29 2003/03/29 22:48:38 wiz Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -38,7 +38,7 @@ #include "config.h" #if !defined(lint) && !defined(SCCSID) -__RCSID("$NetBSD: readline.c,v 1.28 2003/03/10 01:14:54 christos Exp $"); +__RCSID("$NetBSD: readline.c,v 1.29 2003/03/29 22:48:38 wiz Exp $"); #endif /* not lint && not SCCSID */ #include <sys/types.h> @@ -333,7 +333,7 @@ using_history(void) /* * substitute ``what'' with ``with'', returning resulting string; if - * globally == 1, substitutes all occurences of what, otherwise only the + * globally == 1, substitutes all occurrences of what, otherwise only the * first one */ static char * |
