fix spelling error
[sfa.git] / sfa / methods / create_slice.py
index 6f17177..7287b51 100644 (file)
@@ -31,7 +31,7 @@ class create_slice(Method):
         Parameter(str, "Human readable name of slice to instantiate"),
         Parameter(str, "Resource specification"),
         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")