aboutsummaryrefslogtreecommitdiffstats
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:26 +0100
commit07b4682250694c5783aa374814c95ba9a2974a69 (patch)
treea8053b50f59dbcc9c0a9651e840096e21f3de454 /scripts
parent6fb6934a590e5ecda864183c0be83e1b59fec8c7 (diff)
downloadopenembedded-core-07b4682250694c5783aa374814c95ba9a2974a69.tar.gz
cleanup-workdir: fix typo
Fix typo. 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 b2408fcfc6..8e6bc4388d 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):