diff options
-rwxr-xr-x | scripts/cleanup-workdir | 2 |
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)) |