X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=create.c;h=af5694c4cba8b4148d1b083b5307fb2240335a29;hp=cd000c2bb2225f0e8be72962ac96454942618765;hb=c77e8ad08e743b3922c58f40cc7b1a063d291d69;hpb=ca20c17a6742464bcf861fe856a4caddf2bfeab2 diff --git a/create.c b/create.c index cd000c2..af5694c 100644 --- a/create.c +++ b/create.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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 bllom filter size\n"); + WARNING_LOG("consider increasing bloom filter size\n"); } }