]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/cleanup-workdir: Fix a comment typo
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 19 Mar 2014 16:24:39 +0000 (13:24 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Mar 2014 12:05:29 +0000 (12:05 +0000)
 s/Romve/Remove/

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/cleanup-workdir

index 8e6bc4388d93a94b683e49321bf1723c8d5b7b25..25fef976b6fd8fc7bafc6651da8dca071f5b7276 100755 (executable)
@@ -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))