Fix typos in some of the code comments

This commit is contained in:
mprahl
2018-10-30 11:37:44 -04:00
parent 1c104d0401
commit df48d4e184
2 changed files with 5 additions and 5 deletions

View File

@@ -547,12 +547,12 @@ class KojiContentGenerator(object):
should_include = self._should_include_rpm(rpm, mmd, arch, multilib_arches)
if self.devel and should_include:
# In case this is -devel module, we want to skip any RPMs which would be normally
# include in a module and only keep those which wouldn't be included, because
# -devel is complement to normal module build.
# In case this is a -devel module, we want to skip any RPMs which would normally be
# included in a module, and only keep those which wouldn't be included, because
# -devel is complementary to the normal module build.
continue
elif not self.devel and not should_include:
# In chase this is normal (non-devel) module, include only packages which we
# In case this is a normal (non-devel) module, include only packages which we
# really should include and skip the others.
continue

View File

@@ -317,7 +317,7 @@ class MMDResolver(object):
# "gtk: []"
solvable.add_deparray(solv.SOLVABLE_PROVIDES,
pool.Dep("module(%s)" % n))
# Add "Provides: module(name:stream) = version", so we can find builrequired
# Add "Provides: module(name:stream) = version", so we can find buildrequired
# modules when "gtk:[1]" is used and also choose the latest version.
solvable.add_deparray(solv.SOLVABLE_PROVIDES,
pool.Dep("module(%s:%s)" % (n, s)).Rel(