ali Mon Jul 5 12:30:03 2004 EDT
Modified files:
/phpdoc/en/reference/ctype reference.xml
Log:
typo
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/reference.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/ctype/reference.xml
diff -u phpdoc/en/reference/ctype/reference.xml:1.7
phpdoc/en/reference/ctype/reference.xml:1.8
--- phpdoc/en/reference/ctype/reference.xml:1.7 Mon Jul 5 11:18:32 2004
+++ phpdoc/en/reference/ctype/reference.xml Mon Jul 5 12:30:03 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<reference id="ref.ctype">
<title>Character Type Functions</title>
<titleabbrev>ctype</titleabbrev>
@@ -32,7 +32,7 @@
It should be noted that ctype functions are always prefered over
regular expressions, and even to some equivalent str_* and is_* functions.
This is because of the fact that ctype uses a native C library and thus
- processes signitificaly faster.
+ processes significantly faster.
</para>
</section>