]> code.ossystems Code Review - openembedded-core.git/commitdiff
cleanup-workdir: fix typo
authorKai Kang <kai.kang@windriver.com>
Tue, 25 Jun 2013 09:08:36 +0000 (17:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Jun 2013 16:57:26 +0000 (17:57 +0100)
Fix typo.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/cleanup-workdir

index b2408fcfc69f91f420e7d8fa4dcd483b8907aa1e..8e6bc4388d93a94b683e49321bf1723c8d5b7b25 100755 (executable)
@@ -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):