[yum-commits] yum-updatesd-helper
James Antill
james at osuosl.org
Fri Apr 27 13:59:58 UTC 2012
yum-updatesd-helper | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e0dd24223b4153320458ef7ac3345ed9b56bed41
Author: Gregor Tätzner <gregor at 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()
More information about the Yum-commits
mailing list