From 15efef64fa06ceb0441ca2722b2f533cdf86d554 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 3 Oct 2008 14:23:30 -0700 Subject: [PATCH] Fix a typo in a comment --- src/pypungi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pypungi/__init__.py b/src/pypungi/__init__.py index 4bddeddd..f3ff92ed 100644 --- a/src/pypungi/__init__.py +++ b/src/pypungi/__init__.py @@ -329,7 +329,7 @@ class Pungi(pypungi.PungiBase): self.ayum.conf.exclude.extend(self.ksparser.handler.packages.excludedList) self.ayum.excludePackages() - # Always add the core groiup + # Always add the core group self.ksparser.handler.packages.add(['@core']) # Check to see if we need the base group