From 1f8b22eddefa019f38b6186735d08da690bdaf25 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Mon, 8 Sep 2008 14:06:04 +0000 Subject: [PATCH] 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 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; } -- 2.20.1