aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-03-19 13:24:39 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-21 12:05:29 +0000
commit5f8924a8f76f314e3741dad6ab567452ae117114 (patch)
tree34245f1ba89e5ee3da539d5b6a830d16f4f16be7 /scripts
parent46896b601c1c93e276954b674aa30b8b4dc4f611 (diff)
downloadopenembedded-core-contrib-5f8924a8f76f314e3741dad6ab567452ae117114.tar.gz
scripts/cleanup-workdir: Fix a comment typo
s/Romve/Remove/ Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cleanup-workdir2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir
index 8e6bc4388d..25fef976b6 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))