fix spelling error
[sfa.git] / sfa / methods / remove_peer_object.py
index 9ce2727..be8f09c 100644 (file)
@@ -28,7 +28,7 @@ class remove_peer_object(Method):
         Parameter(str, "Credential string"),
         Parameter(dict, "Record dictionary"),
         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")