summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-07-24 20:50:24 +0000
committerderaadt <deraadt@openbsd.org>1998-07-24 20:50:24 +0000
commitc97e80dcf964305b468d3f98f249a56444d08099 (patch)
treea37b297e60f74364c13b78bbb5d83a7fefe4a969
parentfix spelling of separate; aaron@ug.cs.dal.ca (diff)
downloadwireguard-openbsd-c97e80dcf964305b468d3f98f249a56444d08099.tar.xz
wireguard-openbsd-c97e80dcf964305b468d3f98f249a56444d08099.zip
fix spelling; aaron@ug.cs.dal.ca
-rw-r--r--usr.bin/locate/locate/fastfind.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/locate/locate/fastfind.c b/usr.bin/locate/locate/fastfind.c
index f915bc9cc52..803fb468f85 100644
--- a/usr.bin/locate/locate/fastfind.c
+++ b/usr.bin/locate/locate/fastfind.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fastfind.c,v 1.4 1997/01/17 07:12:41 millert Exp $ */
+/* $OpenBSD: fastfind.c,v 1.5 1998/07/24 20:50:24 deraadt Exp $ */
/*
* Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
@@ -36,7 +36,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: fastfind.c,v 1.4 1997/01/17 07:12:41 millert Exp $
+ * $Id: fastfind.c,v 1.5 1998/07/24 20:50:24 deraadt Exp $
*/
#ifndef _LOCATE_STATISTIC_
@@ -155,7 +155,7 @@ fastfind
/* init bigram table */
#ifdef FF_MMAP
if (len < (2*NBG)) {
- (void)fprintf(stderr, "database to small: %s\n", database);
+ (void)fprintf(stderr, "database too small: %s\n", database);
exit(1);
}