summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/README_gcov.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/README_gcov.txt')
-rw-r--r--source4/lib/ldb/README_gcov.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/README_gcov.txt b/source4/lib/ldb/README_gcov.txt
index 02f090f69f..9684379c6e 100644
--- a/source4/lib/ldb/README_gcov.txt
+++ b/source4/lib/ldb/README_gcov.txt
@@ -25,7 +25,7 @@ You can also combine steps 2 to 4 like this:
make -sf Makefile.ldb clean all test-tdb gcov
Note that you should not expect 100% coverage, as some error paths
-(such as memory allocation failures) are verr hard to trigger. There
+(such as memory allocation failures) are very hard to trigger. There
are ways of working around this, but they are quite tricky (they
involve allocation wrappers that "fork and fail on malloc").