Fix a typo in a comment

This commit is contained in:
Jesse Keating 2008-10-03 14:23:30 -07:00
parent 2fca7f7405
commit 15efef64fa

View File

@ -329,7 +329,7 @@ class Pungi(pypungi.PungiBase):
self.ayum.conf.exclude.extend(self.ksparser.handler.packages.excludedList) self.ayum.conf.exclude.extend(self.ksparser.handler.packages.excludedList)
self.ayum.excludePackages() self.ayum.excludePackages()
# Always add the core groiup # Always add the core group
self.ksparser.handler.packages.add(['@core']) self.ksparser.handler.packages.add(['@core'])
# Check to see if we need the base group # Check to see if we need the base group