aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-08-03 17:02:43 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-08-03 17:02:43 +0200
commit0cc632761e75f66a8ce5ca2fe370f7551ccbfdf0 (patch)
treebdce2a75e2319d06d447e5950d228afe97a51c2c /ChangeLog
parent9fe82429168e0f5c3f4778275d910984ba1c7752 (diff)
downloadbitbake-0cc632761e75f66a8ce5ca2fe370f7551ccbfdf0.tar.gz
*: Fix typo in documentation
s/dictonary/dictionary/ Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 22124cb7e..4ac2a6446 100644
--- a/ChangeLog
+++ b/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)