---
 repodiff.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/repodiff.py b/repodiff.py
index a22f9b1..3cb1f77 100755
--- a/repodiff.py
+++ b/repodiff.py
@@ -103,7 +103,7 @@ class DiffYum(yum.YumBase):
         #  Note that this _only_ shows something when you have an additional
         # package obsoleting a removed package. If the obsoleted package is
         # still there (somewhat "common") or the obsoleter is an update (dito)
-        # you get get hits here.
+        # you _don't_ get hits here.
         for po in remove:
             # Remember: Obsoletes are for package names only.
             poprovtup = (po.name, 'EQ', (po.epoch, po.ver, po.release))
-- 
1.7.0.1

_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to