fix spelling error
[sfa.git] / sfa / methods / get_gids.py
index 359a947..8998d05 100644 (file)
@@ -28,7 +28,7 @@ class get_gids(Method):
     
     accepts = [
         Parameter(str, "Certificate string"),
-        Mixed(Paramter(str, "Human readable name (hrn)"), 
+        Mixed(Parameter(str, "Human readable name (hrn)"), 
               Parameter([str], "List of Human readable names (hrn)")), 
         Mixed(Parameter(str, "Request hash"),
               Parameter(None, "Request hash not specified"))