From 19d294e1bd8fd33b7ad5fe4b2d80c7a0cf3f3610 Mon Sep 17 00:00:00 2001 From: Southparkfan Date: Wed, 29 Oct 2014 13:12:45 -0400 Subject: [PATCH] Fix spelling mistake: s/databses/database Change-Id: Id532b3724792eff5849813888533c251b99edc82 --- includes/debug/MWDebug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/debug/MWDebug.php b/includes/debug/MWDebug.php index c2f22233bb..ffc6b3b67d 100644 --- a/includes/debug/MWDebug.php +++ b/includes/debug/MWDebug.php @@ -46,7 +46,7 @@ class MWDebug { protected static $debug = array(); /** - * SQL statements of the databses queries. + * SQL statements of the database queries. * * @var array $query */ -- 2.20.1