fix spelling error
[sfa.git] / sfa / methods / list.py
index 8935429..df13965 100644 (file)
@@ -25,7 +25,7 @@ class list(Method):
         Parameter(str, "Credential string"),
         Parameter(str, "Human readable name (hrn)"),
         Mixed(Parameter(str, "Human readable name of the original caller"),
-              Paramater(None, "Origin hrn not specified"))
+              Parameter(None, "Origin hrn not specified"))
         ]
 
     returns = [GeniRecord]