[PHP-DOC] cvs: phpdoc /en/functions mysql.xml From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 11/19/01

hholzgra Mon Nov 19 12:10:35 2001 EDT

  Modified files:
    /phpdoc/en/functions mysql.xml
  Log:
  typo fixes
  
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.74 phpdoc/en/functions/mysql.xml:1.75
--- phpdoc/en/functions/mysql.xml:1.74 Sat Nov 17 08:00:57 2001
+++ phpdoc/en/functions/mysql.xml Mon Nov 19 12:10:35 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.74 $ -->
+<!-- $Revision: 1.75 $ -->
  <reference id="ref.mysql">
   <title>MySQL Functions</title>
   <titleabbrev>MySQL</titleabbrev>
@@ -1950,7 +1950,7 @@
      <function>mysql_result</function> returns the contents of one
      cell from a MySQL result set. The field argument can be the
      field's offset, or the field's name, or the field's table dot
- field's name (tabledname.fieldname). If the column name has been
+ field name (tablename.fieldname). If the column name has been
      aliased ('select foo as bar from...'), use the alias instead of
      the column name.
     </para>