libs/datatypes: Fix typo

This commit is contained in:
Manuel Munz 2012-04-13 18:12:34 +00:00
parent 3492cb5e3d
commit 7fdb055265

View 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