#1050 Fix a typo in comment
Merged 5 years ago by mprahl. Opened 5 years ago by cqi.
cqi/fm-orchestrator fix-typo-in-comment  into  master

@@ -265,7 +265,7 @@ 

                  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

Isn't this comment completely useless? I can tell what's going on the next line.

                  for nvr in package_to_rpms[component_name]:

                      parsed_nvr = kobo.rpmlib.parse_nvr(nvr)

                      # Don't compare with the epoch

Signed-off-by: Chenxiong Qi cqi@redhat.com

Isn't this comment completely useless? I can tell what's going on the next line.

Commit 3f4b422 fixes this pull-request

Pull-Request has been merged by mprahl

5 years ago

Pull-Request has been merged by mprahl

5 years ago