summaryrefslogtreecommitdiffstats
path: root/lib/bb/taskdata.py
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-08 18:49:49 +0100
committerChris Larson <clarson@kergoth.com>2010-02-10 14:11:27 -0700
commit457fb59f10ed59269b8bda3ee53bbeded5d33eb5 (patch)
treedccc12aa3db5881c7cbd9b95f54b5a890ef72136 /lib/bb/taskdata.py
parentf633be9c458747f76e77ce3b49e39105345eb684 (diff)
downloadbitbake-457fb59f10ed59269b8bda3ee53bbeded5d33eb5.tar.gz
taskdata.py: fix typo in debug message
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'lib/bb/taskdata.py')
-rw-r--r--lib/bb/taskdata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/taskdata.py b/lib/bb/taskdata.py
index 4a88e75f6..841d243e5 100644
--- a/lib/bb/taskdata.py
+++ b/lib/bb/taskdata.py
@@ -560,7 +560,7 @@ class TaskData:
added = added + 1
except bb.providers.NoRProvider:
self.remove_runtarget(self.getrun_id(target))
- bb.msg.debug(1, bb.msg.domain.TaskData, "Resolved " + str(added) + " extra dependecies")
+ bb.msg.debug(1, bb.msg.domain.TaskData, "Resolved " + str(added) + " extra dependencies")
if added == 0:
break
# self.dump_data()