summaryrefslogtreecommitdiff
path: root/lib/tdb/docs
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2013-09-12 11:07:17 +0200
committerKarolin Seeger <kseeger@samba.org>2013-09-12 13:54:41 +0200
commit20999fcaa192517b12eb3334963d58c6fb436ede (patch)
tree9002f74066f4fcba6954405771390bbb2ed1ff75 /lib/tdb/docs
parent4af7b709e925d85be9446af179186fc13466626f (diff)
downloadsamba-20999fcaa192517b12eb3334963d58c6fb436ede.tar.gz
tdb: Fix some typos in comments.
Thanks to Stewart A. Levin for reporting. fixes bug #10136 (Documentation typos). Signed-off-by: Bjoern Jacke <bj@sernet.de> Reviewed-by: Karolin Seeger <kseeger@samba.org> Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Thu Sep 12 13:54:41 CEST 2013 on sn-devel-104
Diffstat (limited to 'lib/tdb/docs')
-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 fe0e2581838..be2224f1d84 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