From: Chad Horohoe Date: Mon, 8 Sep 2008 14:06:04 +0000 (+0000) Subject: Typo in comment. X-Git-Tag: 1.31.0-rc.0~45409 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=1f8b22eddefa019f38b6186735d08da690bdaf25;p=lhc%2Fweb%2Fwiklou.git Typo in comment. --- diff --git a/includes/db/Database.php b/includes/db/Database.php index 245d10d111..0ec3974f3f 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -212,7 +212,7 @@ class Database { function lastQuery() { return $this->mLastQuery; } /** - * Is the a connection to the database open? + * Is a connection to the database open? * @return bool */ function isOpen() { return $this->mOpened; }