From 0df1c0bdbd2b62e76a9187d30257d3990ce9e01c Mon Sep 17 00:00:00 2001 From: Alex Z Date: Mon, 15 Jun 2009 18:38:15 +0000 Subject: [PATCH] fix typo in comment --- includes/db/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/db/Database.php b/includes/db/Database.php index 4c151d7a1c..28027551c7 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -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 * -- 2.20.1