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:29 +0000 (17:57 +0100)
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>
scripts/cleanup-workdir

index b2408fc..8e6bc43 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):