Typo in comment.
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 8 Sep 2008 14:06:04 +0000 (14:06 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 8 Sep 2008 14:06:04 +0000 (14:06 +0000)
includes/db/Database.php

index 245d10d..0ec3974 100644 (file)
@@ -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; }