Fwd: [PATCH] deployUtils.py.in: fix typo

Saggi Mizrahi smizrahi at redhat.com
Wed Sep 21 08:44:41 UTC 2011


Patches should go to vdsm-patches not vdsm-devel

-------- Original Message --------
Subject: 	[PATCH] deployUtils.py.in: fix typo
Date: 	Tue, 20 Sep 2011 10:57:33 -0400
From: 	Douglas Schilling Landgraf <dougsland at redhat.com>
Reply-To: 	VDSM Project Development <vdsm-devel at lists.fedorahosted.org>
To: 	vdsm-devel at lists.fedorahosted.org



- Replace Faild to Failed

Signed-off-by: Douglas Schilling Landgraf<dougsland at redhat.com>
---
  vdsm_reg/deployUtil.py.in |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vdsm_reg/deployUtil.py.in b/vdsm_reg/deployUtil.py.in
index b2e04dc..e8163b9 100644
--- a/vdsm_reg/deployUtil.py.in
+++ b/vdsm_reg/deployUtil.py.in
@@ -314,7 +314,7 @@ def getMGTIP(vdsmDir, vdcHostName):
          sys.path.append(vdsmDir)
          import netinfo # taken from vdsm rpm
      except:
-        logging.error("getMGTIP: Faild to find vdsm modules!")
+        logging.error("getMGTIP: Failed to find vdsm modules!")
          return strReturn

      arNICs = None
@@ -762,7 +762,7 @@ def makeBridge(vdcName, vdsmDir):
      try:
          imp.find_module('netinfo') # taken from vdsm rpm
      except ImportError:
-        logging.error("makeBridge Faild to find vdsm modules!")
+        logging.error("makeBridge Failed to find vdsm modules!")
          return False

      fReturn = True
-- 
1.7.1

_______________________________________________
vdsm-devel mailing list
vdsm-devel at lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/vdsm-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://fedorahosted.org/pipermail/vdsm-patches/attachments/20110921/2bbe5acc/attachment-0001.html 


More information about the vdsm-patches mailing list