summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/build.py')
-rw-r--r--bitbake/lib/bb/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py
index 5e1aaee802..0b974ebc2a 100644
--- a/bitbake/lib/bb/build.py
+++ b/bitbake/lib/bb/build.py
@@ -308,7 +308,7 @@ def exec_task(task, d):
308 308
309def extract_stamp(d, fn): 309def extract_stamp(d, fn):
310 """ 310 """
311 Extracts stamp format which is either a data dictonary (fn unset) 311 Extracts stamp format which is either a data dictionary (fn unset)
312 or a dataCache entry (fn set). 312 or a dataCache entry (fn set).
313 """ 313 """
314 if fn: 314 if fn: