s/Romve/Remove/
Signed-off-by: Otavio Salvador <[email protected]>
---
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
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core