Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 0de537bfd1b4ced04f1f27c3abdc7be2 > files > 2

yum-updatesd-0.9-5.sl5.src.rpm

commit e0dd24223b4153320458ef7ac3345ed9b56bed41
Author: Gregor Tätzner <gregor@freenet.de>
Date:   Thu Apr 26 12:48:12 2012 +0200

    - fix typo in email subject

diff --git a/yum-updatesd-helper b/yum-updatesd-helper
index 979937d..8854233 100755
--- a/yum-updatesd-helper
+++ b/yum-updatesd-helper
@@ -240,7 +240,7 @@ Packages installed or updated:
         output += self._msgPacketList(updateInfo)
         output += self._msgFooter()
 
-        self._sendMessage("%d packets installed/updated" % num, output)
+        self._sendMessage("%d packages installed/updated" % num, output)
 
     def updatesFailed(self, errmsgs):
         output = self._msgGreeting()