[oe-commits] Otavio Salvador : scripts/cleanup-workdir: Fix a comment typo

git at git.openembedded.org git at git.openembedded.org
Fri Mar 21 11:58:37 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 5f8924a8f76f314e3741dad6ab567452ae117114
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5f8924a8f76f314e3741dad6ab567452ae117114

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Mar 19 13:24:39 2014 -0300

scripts/cleanup-workdir: Fix a comment typo

 s/Romve/Remove/

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/cleanup-workdir | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir
index 8e6bc43..25fef97 100755
--- a/scripts/cleanup-workdir
+++ b/scripts/cleanup-workdir
@@ -141,7 +141,7 @@ will be deleted. Be CAUTIOUS.""")
     get_cur_arch_dirs(workdir, cur_arch_dirs)
 
     for workroot, dirs, files in os.walk(workdir):
-        # For the files, they should NOT exist in WORKDIR. Romve them.
+        # For the files, they should NOT exist in WORKDIR. Remove them.
         for f in files:
             obsolete_dirs.append(os.path.join(workroot, f))
 



More information about the Openembedded-commits mailing list