fix spelling error
authorTony Mack <tmack@cs.princeton.edu>
Thu, 10 Dec 2009 23:38:10 +0000 (23:38 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 10 Dec 2009 23:38:10 +0000 (23:38 +0000)
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"))