hirokawa Sat Mar 10 21:57:44 2001 EDT
Modified files:
/phpdoc/en/functions recode.xml regex.xml
/phpdoc/en/pear standards.xml
/phpdoc/ja Translators
Log:
fixed typos.
Index: phpdoc/en/functions/recode.xml
diff -u phpdoc/en/functions/recode.xml:1.8 phpdoc/en/functions/recode.xml:1.9
--- phpdoc/en/functions/recode.xml:1.8 Thu Mar 8 02:47:17 2001
+++ phpdoc/en/functions/recode.xml Sat Mar 10 21:57:41 2001
@@ -69,7 +69,7 @@
</funcsynopsis>
<note>
<simpara>
- This is an alias for <function>recode</function>. It has
+ This is an alias for <function>recode_string</function>. It has
been added in PHP 4.
</simpara>
</note>
Index: phpdoc/en/functions/regex.xml
diff -u phpdoc/en/functions/regex.xml:1.17 phpdoc/en/functions/regex.xml:1.18
--- phpdoc/en/functions/regex.xml:1.17 Thu Mar 8 02:47:17 2001
+++ phpdoc/en/functions/regex.xml Sat Mar 10 21:57:41 2001
@@ -393,7 +393,7 @@
</funcprototype>
</funcsynopsis>
<para>
- This function is identical to <function>spliti</function> except
+ This function is identical to <function>split</function> except
that this ignores case distinction when matching alphabetic
characters.
</para>
Index: phpdoc/en/pear/standards.xml
diff -u phpdoc/en/pear/standards.xml:1.1 phpdoc/en/pear/standards.xml:1.2
--- phpdoc/en/pear/standards.xml:1.1 Wed Mar 7 18:45:53 2001
+++ phpdoc/en/pear/standards.xml Sat Mar 10 21:57:42 2001
@@ -145,7 +145,7 @@
forget how it works.
</para>
<para>
- C++ style comments (/* */) and standard C comments (// ) are both
+ C style comments (/* */) and standard C++ comments (// ) are both
fine. Use of perl/shell style comments (# ) is discouraged.
</para>
</sect1>
Index: phpdoc/ja/Translators
diff -u phpdoc/ja/Translators:1.19 phpdoc/ja/Translators:1.20
--- phpdoc/ja/Translators:1.19 Thu Mar 1 07:24:44 2001
+++ phpdoc/ja/Translators Sat Mar 10 21:57:43 2001
@@ -120,6 +120,8 @@
language/references.xml Rui Hirokawa
language/types.xml Rui Hirokawa
language/variables.xml Rui Hirokawa
+-------- pear --------------------------------------------------------------
+pear/ Rui Hirokawa
----------------------------------------------------------------------------