fix spelling error
[sfa.git] / sfa / methods / stop_slice.py
index 291ac62..77ecd3f 100644 (file)
@@ -23,7 +23,7 @@ class stop_slice(Method):
         Parameter(str, "Credential string"),
         Parameter(str, "Human readable name of slice to instantiate"),
         Mixed(Parameter(str, "Human readable name of the original caller"),
-              Paramater(None, "Origin hrn not specified"))
+              Parameter(None, "Origin hrn not specified"))
         ]
 
     returns = Parameter(int, "1 if successful")