fix typo in comment
authorAlex Z <mrzman@users.mediawiki.org>
Mon, 15 Jun 2009 18:38:15 +0000 (18:38 +0000)
committerAlex Z <mrzman@users.mediawiki.org>
Mon, 15 Jun 2009 18:38:15 +0000 (18:38 +0000)
includes/db/Database.php

index 4c151d7..2802755 100644 (file)
@@ -1096,7 +1096,7 @@ abstract class DatabaseBase {
         * e.g: selectRow( "page", array( "page_id" ), array( "page_namespace" =>
         * NS_MAIN, "page_title" => "Astronomy" ) )   would return an object where
         * $obj- >page_id is the ID of the Astronomy article
-        * @param $fname String: Calling functio name
+        * @param $fname String: Calling function name
         * @param $options Array
         * @param $join_conds Array
         *