summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-19 12:10:29 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-19 12:10:29 +0200
commitbd1786f7f15d9fd6382979ff753fefc7a9cd0024 (patch)
treefa462b9e5a9cd765d04991c682471d451a19dacb /source4/lib/ldb
parentbf8045037dae76d1e5f1faa0d6586a90e894fb31 (diff)
downloadsamba-bd1786f7f15d9fd6382979ff753fefc7a9cd0024.tar.gz
samba-bd1786f7f15d9fd6382979ff753fefc7a9cd0024.tar.bz2
samba-bd1786f7f15d9fd6382979ff753fefc7a9cd0024.zip
wafsamba: Fix typo: noextenion -> noextension.
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index 8b04354b36..6f6c9a1f9e 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -22,7 +22,7 @@ samba_dist.DIST_DIRS('''source4/lib/ldb:. lib/replace:lib/replace lib/talloc:lib
def set_options(opt):
opt.BUILTIN_DEFAULT('replace')
- opt.BUNDLED_EXTENSION_DEFAULT('ldb', noextenion='ldb')
+ opt.BUNDLED_EXTENSION_DEFAULT('ldb', noextension='ldb')
opt.RECURSE('lib/tdb')
opt.RECURSE('lib/tevent')