Browse Source

cleanup-workdir: fix typo

Fix typo.

(From OE-Core master rev: 07b4682250694c5783aa374814c95ba9a2974a69)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Kai Kang 11 years ago
parent
commit
9191f6b933
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/cleanup-workdir

+ 1 - 1
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):