From e4f878a498e240baf1eb68d772f27cb669e3dcea Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Tue, 18 Feb 2020 13:57:53 +0800 Subject: [PATCH] Fix typos in comments Signed-off-by: Haibo Lin --- pungi/phases/buildinstall.py | 2 +- pungi/phases/pkgset/sources/source_koji.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pungi/phases/buildinstall.py b/pungi/phases/buildinstall.py index 404c0ec1..603f0588 100644 --- a/pungi/phases/buildinstall.py +++ b/pungi/phases/buildinstall.py @@ -527,7 +527,7 @@ class BuildinstallThread(WorkerThread): self.pool.log_info("[BEGIN] %s" % msg) - # Get list of packages which are neded in runroot. + # Get list of packages which are needed in runroot. packages = [] chown_paths = [output_dir] if buildinstall_method == "lorax": diff --git a/pungi/phases/pkgset/sources/source_koji.py b/pungi/phases/pkgset/sources/source_koji.py index 778b263e..27203d2f 100644 --- a/pungi/phases/pkgset/sources/source_koji.py +++ b/pungi/phases/pkgset/sources/source_koji.py @@ -589,7 +589,7 @@ def populate_global_pkgset(compose, koji_wrapper, path_prefix, event): # In case we use "nodeps" gather_method, we might know the final list of # packages which will end up in the compose even now, so instead of reading # all the packages from Koji tag, we can just cherry-pick the ones which - # are really needed to do the compose and safe lot of time and resources + # are really needed to do the compose and save lot of time and resources # here. This only works if we are not creating bootable images. Those could # include packages that are not in the compose. packages_to_gather, groups = get_packages_to_gather(