libs/datatypes: Fix typo
authorManuel Munz <freifunk@somakoma.de>
Fri, 13 Apr 2012 18:12:34 +0000 (18:12 +0000)
committerManuel Munz <freifunk@somakoma.de>
Fri, 13 Apr 2012 18:12:34 +0000 (18:12 +0000)
libs/web/luasrc/cbi/datatypes.lua

index 87019c2..d3077f9 100644 (file)
@@ -306,6 +306,6 @@ function max(val, max)
        return false
 end
 
-function ponedigit(val)
+function phonedigit(val)
        return (val:match("^[0-9\*#]+$") ~= nil)
 end