[releng] find_unblocked_orphans: Fix spelling

Till Maas till at fedoraproject.org
Tue Oct 7 20:41:18 UTC 2014


commit c9275fc589ce0cc7d663da1721f234ebd774fddb
Author: Till Maas <opensource at till.name>
Date:   Tue Oct 7 22:42:25 2014 +0200

    find_unblocked_orphans: Fix spelling

 scripts/find_unblocked_orphans.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/find_unblocked_orphans.py b/scripts/find_unblocked_orphans.py
index 63f5ad4..071f7fe 100755
--- a/scripts/find_unblocked_orphans.py
+++ b/scripts/find_unblocked_orphans.py
@@ -658,7 +658,7 @@ def main():
     print text
 
     if args.mailto or args.send:
-        subject = "Orphan packages in " + args.release
+        subject = "Orphaned packages in " + args.release
         if args.mailto:
             mailto = args.mailto
         else:


More information about the rel-eng mailing list