iro/validate.py
branchdevel
changeset 109 935b5fcaf152
parent 106 d2992f011930
child 110 601fc908d9f1
--- 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)