Fix spelling

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1374 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-03-21 10:11:50 +00:00
parent 0045f8da01
commit 968b14a121
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ python populate_packages () {
for pkg in packages.split():
if pkg in package_list:
bb.error("-------------------")
bb.error("%s is listed in PACKAGES mutliple times, this leads to packaging errors." % pkg)
bb.error("%s is listed in PACKAGES multiple times, this leads to packaging errors." % pkg)
bb.error("Please fix the metadata/report this as bug to OE bugtracker.")
bb.error("-------------------")
else: