fix spelling error
[sfa.git] / sfa / methods / start_slice.py
index 446215c..01d8293 100644 (file)
@@ -23,7 +23,7 @@ class start_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")]