diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-19 12:10:29 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-19 12:10:29 +0200 |
commit | bd1786f7f15d9fd6382979ff753fefc7a9cd0024 (patch) | |
tree | fa462b9e5a9cd765d04991c682471d451a19dacb /lib/tevent/wscript | |
parent | bf8045037dae76d1e5f1faa0d6586a90e894fb31 (diff) | |
download | samba-bd1786f7f15d9fd6382979ff753fefc7a9cd0024.tar.gz samba-bd1786f7f15d9fd6382979ff753fefc7a9cd0024.tar.xz samba-bd1786f7f15d9fd6382979ff753fefc7a9cd0024.zip |
wafsamba: Fix typo: noextenion -> noextension.
Diffstat (limited to 'lib/tevent/wscript')
-rw-r--r-- | lib/tevent/wscript | 2 |
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') |