From e2e924a46c15afa1a91b395c2daec68c62e0552e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 13 Apr 2011 10:16:38 +0200 Subject: [PATCH] cosmetic --- PLC/Namespace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Namespace.py b/PLC/Namespace.py index 745c1353..d0ce9b86 100644 --- a/PLC/Namespace.py +++ b/PLC/Namespace.py @@ -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 -- 2.47.0