MockModuleBuilder: fix a typo in a comment

This commit is contained in:
Owen W. Taylor
2020-12-07 13:26:52 -05:00
committed by breilly
parent 14597fb1a7
commit 9c1f0edd0e

View File

@@ -683,7 +683,7 @@ class MockModuleBuilder(GenericBuilder):
self._save_log(resultsdir, "build.log", artifact_name)
self._save_log(resultsdir, "status.log", artifact_name)
# Copy files from thread-related resultsdire to the main resultsdir.
# Copy files from thread-related resultsdir to the main resultsdir.
for name in os.listdir(resultsdir):
os.rename(os.path.join(resultsdir, name), os.path.join(self.resultsdir, name))