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/ChangeLog | |
parent | 9383074deb75fda69d2302f85d03618fa1b5fe27 (diff) | |
download | openembedded-core-8105d4381fc499fc1d47d1b1791e84560dc29063.tar.gz openembedded-core-8105d4381fc499fc1d47d1b1791e84560dc29063.tar.bz2 openembedded-core-8105d4381fc499fc1d47d1b1791e84560dc29063.zip |
*: 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/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 22124cb7ea..4ac2a64462 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -138,7 +138,7 @@ Changes in Bitbake 1.9.x: directory != the cache dir. - Add md5 and sha256 checksum generation functions to utils.py - Correctly handle '-' characters in class names (#2958) - - Make sure expandKeys has been called on the data dictonary before running tasks + - Make sure expandKeys has been called on the data dictionary before running tasks - Correctly add a task override in the form task-TASKNAME. - Revert the '-' character fix in class names since it breaks things - When a regexp fails to compile for PACKAGES_DYNAMIC, print a more useful error (#4444) |