From: Thierry Parmentelat Date: Fri, 9 Oct 2009 15:19:13 +0000 (+0000) Subject: typo X-Git-Tag: NodeManager-1.8-15~2 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=8b2690971ee418e13eed3d0a0243e6762c53f04e typo --- diff --git a/sm.py b/sm.py index 841fb8f..ca21d48 100644 --- a/sm.py +++ b/sm.py @@ -99,7 +99,7 @@ def GetSlivers(data, config = None, plc=None, fullupdate=True): rec.setdefault('keys', '\n'.join([key_struct['key'] for key_struct in keys])) ## 'Type' isn't returned by GetSlivers() for whatever reason. We're overloading - ## instantiation here, but i suppose its the ssame thing when you think about it. -FA + ## instantiation here, but i suppose its the same thing when you think about it. -FA # Handle nm controller here if rec['instantiation'].lower() == 'nm-controller': rec.setdefault('type', attr_dict.get('type', 'controller.Controller'))