fixed typos.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43188 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Rui Hirokawa 2001-03-11 05:57:42 +00:00
parent faa617e4fd
commit d588233629
3 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ print recode_string ("us..flat", "The following character has a d
</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>

View file

@ -393,7 +393,7 @@ echo "Month: $month; Day: $day; Year: $year&lt;br&gt;\n";
</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>

View file

@ -145,7 +145,7 @@ function connect(&$dsn, $persistent = false)
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>