[OE-core] [PATCH 1/4] scripts/cleanup-workdir: Fix a comment typo

Otavio Salvador otavio at ossystems.com.br
Wed Mar 19 16:24:39 UTC 2014


 s/Romve/Remove/

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 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))
 
-- 
1.9.0



More information about the Openembedded-core mailing list