fix spelling error
[sfa.git] / sfa / methods / reset_slice.py
index 57216da..89eeb88 100644 (file)
@@ -23,7 +23,7 @@ class reset_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")