fixed typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75004 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Georg Richter 2002-03-24 11:15:22 +00:00
parent 603d9730b6
commit de5346406e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.96 $ -->
<!-- $Revision: 1.97 $ -->
<reference id="ref.mysql">
<title>MySQL Functions</title>
<titleabbrev>MySQL</titleabbrev>
@ -2292,7 +2292,7 @@ for ($i = 0; $i < mysql_num_rows($result); $i++) {
<note>
<para>
<function>mysql_stat</function> currently only returns status for uptime,
threads, queries, open tables, flush tables and queris per second. For a
threads, queries, open tables, flush tables and queries per second. For a
complete list of other status variables you have to use the SHOW STATUS
sql command.
</para>