Typo: to --> too. Fixes PR#1907.

Pointed out by:	Pat Lashley <patl@Phoenix.Volant.ORG>
This commit is contained in:
Alexander Langer 1996-10-27 19:18:06 +00:00
parent c83667e68c
commit f64f27f9f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19214

View File

@ -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);
}