From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Tue, 17 Jul 2012 21:48:27 +0000 (+0200)
Subject: typos
X-Git-Tag: sfa-2.1-14~103
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=13f0ef2fc204efb727a11fbd2eb0cc167b0071f1;p=sfa.git

typos
---

diff --git a/sfa/client/sfi.py b/sfa/client/sfi.py
index e7ac1e00..af701b96 100644
--- a/sfa/client/sfi.py
+++ b/sfa/client/sfi.py
@@ -578,7 +578,7 @@ class Sfi:
         elif hasattr(config, "SFI_REGISTRY"):
            self.reg_url = config.SFI_REGISTRY
         else:
-           self.logger.errors("You need to set e.g. SFI_REGISTRY='http://your.registry.url:12345/' in %s" % config_file)
+           self.logger.error("You need to set e.g. SFI_REGISTRY='http://your.registry.url:12345/' in %s" % config_file)
            errors += 1 
 
         # Set user HRN
@@ -587,7 +587,7 @@ class Sfi:
         elif hasattr(config, "SFI_USER"):
            self.user = config.SFI_USER
         else:
-           self.logger.errors("You need to set e.g. SFI_USER='plc.princeton.username' in %s" % config_file)
+           self.logger.error("You need to set e.g. SFI_USER='plc.princeton.username' in %s" % config_file)
            errors += 1 
 
         # Set authority HRN