From: Tony Mack Date: Thu, 10 Dec 2009 23:38:10 +0000 (+0000) Subject: fix spelling error X-Git-Tag: sfa-0.9-7~155 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=719c856caa9240c581ae2930150258c1c1d5deb1;p=sfa.git fix spelling error --- diff --git a/sfa/methods/get_gids.py b/sfa/methods/get_gids.py index 359a9475..8998d053 100644 --- a/sfa/methods/get_gids.py +++ b/sfa/methods/get_gids.py @@ -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"))