cleanup-workdir: fix typo

Fix typo.

(From OE-Core rev: 07b4682250694c5783aa374814c95ba9a2974a69)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kai Kang 2013-06-25 17:08:36 +08:00 committed by Richard Purdie
parent 81fe6e4fde
commit 44011231ee
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ will be deleted. Be CAUTIOUS.""")
break
for d in obsolete_dirs:
print "Deleleting %s" % d
print "Deleting %s" % d
shutil.rmtree(d, True)
if len(obsolete_dirs):