# HG changeset patch # User Sandro Knauß # Date 1327536933 -3600 # Node ID 935b5fcaf1524c16570a8434bcc20c59a1923d2b # Parent cadc01b2bdc0586933e768efc3ef71d6c3019bf4 little typos diff -r cadc01b2bdc0 -r 935b5fcaf152 iro/controller/viewinterface.py --- a/iro/controller/viewinterface.py Sun Jan 22 23:53:27 2012 +0100 +++ b/iro/controller/viewinterface.py Thu Jan 26 01:15:33 2012 +0100 @@ -113,7 +113,7 @@ Keywords: apikey[string]: Der API Key - typ[string]: Der Typ zu dem die Providerloste ausgeben werden soll + typ[string]: Der Typ zu dem die Providerliste ausgeben werden soll Einer der Liste ["sms","fax","mail"] Return: diff -r cadc01b2bdc0 -r 935b5fcaf152 iro/validate.py --- a/iro/validate.py Sun Jan 22 23:53:27 2012 +0100 +++ b/iro/validate.py Thu Jan 26 01:15:33 2012 +0100 @@ -14,7 +14,7 @@ @validate(userhash=vuserhash) f(userhash) that will validate usrhah with the function vuserhash. - Every validate function should raise an Exception, if the the value is not valide''' + Every validate function should raise an Exception, if the the value is not valid''' def v(f): def new_f(*a,**k): kp=getcallargs(f,*a,**k)