summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-04-06 15:22:06 -0400
committerSimo Sorce <idra@samba.org>2012-04-17 22:22:26 +0200
commite49efe9e7e8ebd62fa79e35a1e2fff489c3bcc96 (patch)
tree8df5d5fdc527a04d9e425cf4ef12faa395835fc7 /buildtools
parent0a4ab49c3e3f6b121a5b8b9ae85976c3077cd361 (diff)
downloadsamba-e49efe9e7e8ebd62fa79e35a1e2fff489c3bcc96.tar.gz
samba-e49efe9e7e8ebd62fa79e35a1e2fff489c3bcc96.tar.bz2
samba-e49efe9e7e8ebd62fa79e35a1e2fff489c3bcc96.zip
Fix typo
Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Tue Apr 17 22:22:26 CEST 2012 on sn-devel-104
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/samba_deps.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/wafsamba/samba_deps.py b/buildtools/wafsamba/samba_deps.py
index ed2169b32a..51b7da9493 100644
--- a/buildtools/wafsamba/samba_deps.py
+++ b/buildtools/wafsamba/samba_deps.py
@@ -298,7 +298,7 @@ def check_duplicate_sources(bld, tgt_list):
return ret
-def check_orpaned_targets(bld, tgt_list):
+def check_orphaned_targets(bld, tgt_list):
'''check if any build targets are orphaned'''
target_dict = LOCAL_CACHE(bld, 'TARGET_TYPE')
@@ -1145,7 +1145,7 @@ def check_project_rules(bld):
debug('deps: project rules stage1 completed')
- #check_orpaned_targets(bld, tgt_list)
+ #check_orphaned_targets(bld, tgt_list)
if not check_duplicate_sources(bld, tgt_list):
Logs.error("Duplicate sources present - aborting")