[node-patches] Change in ovirt-node[master]: rhn.py fix retrieve spelling errors

jboggs at redhat.com jboggs at redhat.com
Thu Dec 20 02:15:45 UTC 2012


Joey Boggs has uploaded a new change for review.

Change subject: rhn.py fix retrieve spelling errors
......................................................................

rhn.py fix retrieve spelling errors

rhbz#889007

Change-Id: I4b65bdf04ba09f8ad2a1583bf12c80419b597596
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
M scripts/rhn.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/64/10264/1

diff --git a/scripts/rhn.py b/scripts/rhn.py
index 55ae23b..bc7df5d 100755
--- a/scripts/rhn.py
+++ b/scripts/rhn.py
@@ -421,7 +421,7 @@
         if reg_rc == 2:
             msg = "Invalid Username / Password "
         elif reg_rc == 3:
-            msg = "Unable to retreive satellite certificate"
+            msg = "Unable to retrieve satellite certificate"
         else:
             msg = "Check ovirt.log for details"
             logger.info("RHN Configuration Failed")
@@ -620,7 +620,7 @@
             if reg_rc == 2:
                 msg = "Invalid Username / Password "
             elif reg_rc == 3:
-                msg = "Unable to retreive satellite certificate"
+                msg = "Unable to retrieve satellite certificate"
             else:
                 msg = "Check ovirt.log for details"
             ButtonChoiceWindow(self.ncs.screen, "RHN Configuration",


--
To view, visit http://gerrit.ovirt.org/10264
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4b65bdf04ba09f8ad2a1583bf12c80419b597596
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>



More information about the node-patches mailing list