little typos devel
authorSandro Knauß <knauss@netzguerilla.net>
Thu, 26 Jan 2012 01:15:33 +0100
branchdevel
changeset 109 935b5fcaf152
parent 108 cadc01b2bdc0
child 110 601fc908d9f1
little typos
iro/controller/viewinterface.py
iro/validate.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:
--- 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)