From e4f878a498e240baf1eb68d772f27cb669e3dcea Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Feb 19 2020 03:26:15 +0000 Subject: Fix typos in comments Signed-off-by: Haibo Lin --- diff --git a/pungi/phases/buildinstall.py b/pungi/phases/buildinstall.py index 404c0ec..603f058 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 778b263..27203d2 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(