Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -212,7 +212,7 @@ |
213 | 213 | function lastQuery() { return $this->mLastQuery; } |
214 | 214 | |
215 | 215 | /** |
216 | | - * Is the a connection to the database open? |
| 216 | + * Is a connection to the database open? |
217 | 217 | * @return bool |
218 | 218 | */ |
219 | 219 | function isOpen() { return $this->mOpened; } |