Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Kai Kang <kai.kang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH] cleanup-workdir: fix typo
Date: Tue, 25 Jun 2013 17:08:36 +0800	[thread overview]
Message-ID: <1372151316-24566-1-git-send-email-kai.kang@windriver.com> (raw)

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



                 reply	other threads:[~2013-06-25  9:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1372151316-24566-1-git-send-email-kai.kang@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox