diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-08-03 17:02:43 +0200 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-04 16:12:39 +0100 |
commit | 8105d4381fc499fc1d47d1b1791e84560dc29063 (patch) | |
tree | 3eb456c7e439f85f3ea39837674ad561c54c3206 /bitbake/lib/bb/build.py | |
parent | 9383074deb75fda69d2302f85d03618fa1b5fe27 (diff) | |
download | poky-8105d4381fc499fc1d47d1b1791e84560dc29063.tar.gz |
*: Fix typo in documentation
s/dictonary/dictionary/
(Bitbake rev: 0cc632761e75f66a8ce5ca2fe370f7551ccbfdf0)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/build.py')
-rw-r--r-- | bitbake/lib/bb/build.py | 2 |
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 | ||
309 | def extract_stamp(d, fn): | 309 | def 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: |