summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2013-06-25 17:08:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-25 17:57:29 +0100
commit44011231ee1ccaabea48c30095ae6f085d577273 (patch)
treebe91c3ad4917ce4f01cecedc9b53a64502f443fc /scripts
parent81fe6e4fde294b4880ad03d9991bfed43caaac91 (diff)
downloadast2050-yocto-poky-44011231ee1ccaabea48c30095ae6f085d577273.zip
ast2050-yocto-poky-44011231ee1ccaabea48c30095ae6f085d577273.tar.gz
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cleanup-workdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir
index b2408fc..8e6bc43 100755
--- a/scripts/cleanup-workdir
+++ b/scripts/cleanup-workdir
@@ -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):
OpenPOWER on IntegriCloud