summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-10-27 19:18:06 +0000
committeralex <alex@FreeBSD.org>1996-10-27 19:18:06 +0000
commitb6d24b79f82a6d9eda0695607a67e48b52aad02a (patch)
tree5c05e995f37e011e00b615fe4ab63170107718fb /usr.bin/locate
parenteac0f49e25a3b01bc2d50d0677e503ea483d7794 (diff)
downloadFreeBSD-src-b6d24b79f82a6d9eda0695607a67e48b52aad02a.zip
FreeBSD-src-b6d24b79f82a6d9eda0695607a67e48b52aad02a.tar.gz
Typo: to --> too. Fixes PR#1907.
Pointed out by: Pat Lashley <patl@Phoenix.Volant.ORG>
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/locate/fastfind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/locate/locate/fastfind.c b/usr.bin/locate/locate/fastfind.c
index 9e90c89..79dabfe 100644
--- a/usr.bin/locate/locate/fastfind.c
+++ b/usr.bin/locate/locate/fastfind.c
@@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: fastfind.c,v 1.4 1996/10/20 16:54:51 wosch Exp $
+ * $Id: fastfind.c,v 1.5 1996/10/23 16:46:47 ache Exp $
*/
@@ -154,7 +154,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);
}
OpenPOWER on IntegriCloud