fix quoting - was totally wrong on f16
[plcapi.git] / PLC / Namespace.py
index 745c135..d0ce9b8 100644 (file)
@@ -23,7 +23,7 @@ def hrn_to_pl_login_base(hrn):
 
 def hostname_to_hrn(auth_hrn, login_base, hostname):
     """
-    Convert hrn to plantelab name.
+    Convert hrn to planetlab name.
     """
     sfa_hostname = ".".join([auth_hrn, login_base, hostname.split(".")[0]])
     return sfa_hostname