From d623adf133aaaee36091b840b8644c1884cd970c Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Sun, 19 Apr 2009 15:31:13 +0200
Subject: [PATCH] Fix another typo.

Two typos in the same log message..
---
 create.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/create.c b/create.c
index 3023e29..408ab63 100644
--- a/create.c
+++ b/create.c
@@ -223,7 +223,7 @@ static void log_bloom_stat(struct bloom *b)
 	NOTICE_LOG("\t%u%% of bits are set\n", percent);
 	if (percent > 50) {
 		WARNING_LOG("results may be unreliable!\n");
-		WARNING_LOG("consider incrasing bloom filter size\n");
+		WARNING_LOG("consider increasing bloom filter size\n");
 	}
 }
 
-- 
2.39.5