ali Tue Jul 6 07:11:41 2004 EDT
Modified files:
/phpdoc/en/reference/ctype reference.xml
Log:
s/significaly/significantly/
http://cvs.php.net/diff.php/phpdoc/en/reference/ctype/reference.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/ctype/reference.xml
diff -u phpdoc/en/reference/ctype/reference.xml:1.9
phpdoc/en/reference/ctype/reference.xml:1.10
--- phpdoc/en/reference/ctype/reference.xml:1.9 Tue Jul 6 02:22:54 2004
+++ phpdoc/en/reference/ctype/reference.xml Tue Jul 6 07:11:40 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<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>