* [PATCH] cleanup-workdir: fix typo
@ 2013-06-25 9:08 Kai Kang
0 siblings, 0 replies; only message in thread
From: Kai Kang @ 2013-06-25 9:08 UTC (permalink / raw)
To: openembedded-core
Fix typo.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
scripts/cleanup-workdir | 2 +-
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):
--
1.7.5.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-25 9:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25 9:08 [PATCH] cleanup-workdir: fix typo Kai Kang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox