projects
/
adu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0194c57
)
Fix another typo.
author
Andre Noll
<maan@systemlinux.org>
Sun, 19 Apr 2009 13:31:13 +0000
(15:31 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 19 Apr 2009 13:31:13 +0000
(15:31 +0200)
Two typos in the same log message..
create.c
patch
|
blob
|
history
diff --git
a/create.c
b/create.c
index
3023e29
..
408ab63
100644
(file)
--- 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 incr
e
asing bloom filter size\n");
}
}