aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Validate
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
commita249020977a2394eb6f6b41a59e49167878d5f8d (patch)
tree5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/pear-Validate
parent75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff)
downloadports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz
ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip
Notes
Diffstat (limited to 'devel/pear-Validate')
-rw-r--r--devel/pear-Validate/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-Validate/pkg-descr b/devel/pear-Validate/pkg-descr
index 806c0f905c9a..504bd516c857 100644
--- a/devel/pear-Validate/pkg-descr
+++ b/devel/pear-Validate/pkg-descr
@@ -1,7 +1,7 @@
Package to validate various data. It includes:
* numbers (min/max, decimal or not)
* email (syntax, domain check)
-* string (predifined type alpha upper and/or lowercase, numeric,...)
+* string (predefined type alpha upper and/or lowercase, numeric,...)
* date (min, max) (With the Date module installed)
* uri (RFC2396)
* possibility valid multiple data with a single method call (::multiple)