From: Otavio Salvador Date: Wed, 19 Mar 2014 16:24:39 +0000 (-0300) Subject: scripts/cleanup-workdir: Fix a comment typo X-Git-Tag: 2015-4~3305 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5f8924a8f76f314e3741dad6ab567452ae117114;p=openembedded-core.git scripts/cleanup-workdir: Fix a comment typo s/Romve/Remove/ Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- 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))