--- 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:
--- 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)