From a2ee9b491828f28d1d923934a8c8090bbe6ee7db Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Sat, 20 Oct 2018 19:48:30 +0800 Subject: [PATCH] Fix a typo in comment Signed-off-by: Chenxiong Qi --- module_build_service/builder/KojiModuleBuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_build_service/builder/KojiModuleBuilder.py b/module_build_service/builder/KojiModuleBuilder.py index d821c3de..76b26e4b 100644 --- a/module_build_service/builder/KojiModuleBuilder.py +++ b/module_build_service/builder/KojiModuleBuilder.py @@ -265,7 +265,7 @@ class KojiModuleBuilder(GenericBuilder): if component_name not in package_to_rpms: continue - # Loop through the RPMs associted with the reusable component + # Loop through the RPMs associated with the reusable component for nvr in package_to_rpms[component_name]: parsed_nvr = kobo.rpmlib.parse_nvr(nvr) # Don't compare with the epoch