summaryrefslogtreecommitdiff
path: root/lib/tdb/docs/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tdb/docs/README')
-rw-r--r--lib/tdb/docs/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb/docs/README b/lib/tdb/docs/README
index fe0e258183..be2224f1d8 100644
--- a/lib/tdb/docs/README
+++ b/lib/tdb/docs/README
@@ -64,7 +64,7 @@ TDB_CONTEXT *tdb_open(char *name, int hash_size, int tdb_flags,
possible tdb_flags are:
TDB_CLEAR_IF_FIRST - clear database if we are the only one with it open
- TDB_INTERNAL - don't use a file, instaed store the data in
+ TDB_INTERNAL - don't use a file, instead store the data in
memory. The filename is ignored in this case.
TDB_NOLOCK - don't do any locking
TDB_NOMMAP - don't use mmap