From 2c5c72e2da4c015efa78069c9c1b407fc55a6483 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Wed, 8 Apr 2020 12:30:16 +0200 Subject: many typo fixes in the code thanks to codespell (#15730) * many typo fixes in the code thanks to codespell * reset submodules I really need to stop using `git commit -a` * reset change in library * rebuilt piwik.js * fix test * updates expected UI file Co-authored-by: sgiehl Co-authored-by: Stefan Giehl --- plugins/DBStats/MySQLMetadataProvider.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/DBStats') diff --git a/plugins/DBStats/MySQLMetadataProvider.php b/plugins/DBStats/MySQLMetadataProvider.php index 6d31318866..638ce56d0c 100644 --- a/plugins/DBStats/MySQLMetadataProvider.php +++ b/plugins/DBStats/MySQLMetadataProvider.php @@ -142,7 +142,7 @@ class MySQLMetadataProvider } /** - * Retruns table statuses for every admin table. + * Returns table statuses for every admin table. * * @return array An array of status arrays. See http://dev.mysql.com/doc/refman/5.5/en/show-table-status.html. */ @@ -347,4 +347,4 @@ class MySQLMetadataProvider { $this->tableStatuses = null; } -} \ No newline at end of file +} -- cgit v1.2.3