From 8b2690971ee418e13eed3d0a0243e6762c53f04e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 9 Oct 2009 15:19:13 +0000 Subject: [PATCH] typo --- sm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) -- 2.43.0