summaryrefslogtreecommitdiff
path: root/lib/tevent/wscript
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 /lib/tevent/wscript
parentbf8045037dae76d1e5f1faa0d6586a90e894fb31 (diff)
downloadsamba-bd1786f7f15d9fd6382979ff753fefc7a9cd0024.tar.gz
samba-bd1786f7f15d9fd6382979ff753fefc7a9cd0024.tar.bz2
samba-bd1786f7f15d9fd6382979ff753fefc7a9cd0024.zip
wafsamba: Fix typo: noextenion -> noextension.
Diffstat (limited to 'lib/tevent/wscript')
-rw-r--r--lib/tevent/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index 46ac62066f..aae0d1ef99 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -19,7 +19,7 @@ samba_dist.DIST_DIRS('lib/tevent:. lib/replace:lib/replace lib/talloc:lib/talloc
def set_options(opt):
opt.BUILTIN_DEFAULT('replace')
- opt.BUNDLED_EXTENSION_DEFAULT('tevent', noextenion='tevent')
+ opt.BUNDLED_EXTENSION_DEFAULT('tevent', noextension='tevent')
opt.RECURSE('lib/replace')
opt.RECURSE('lib/talloc')