From 011711e79f8eb86cfd2196032a1fe80299c8c4cc Mon Sep 17 00:00:00 2001 From: Jayprakash12345 <0freerunning@gmail.com> Date: Wed, 14 Mar 2018 05:24:09 +0000 Subject: [PATCH] Fix typo accessable --> accessible Change-Id: I239a15e1bc3a311d9284285a04094afae331111d --- includes/externalstore/ExternalStoreDB.php | 2 +- includes/externalstore/ExternalStoreHttp.php | 2 +- includes/externalstore/ExternalStoreMwstore.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/externalstore/ExternalStoreDB.php b/includes/externalstore/ExternalStoreDB.php index ad0c217150..5edb4b2ef0 100644 --- a/includes/externalstore/ExternalStoreDB.php +++ b/includes/externalstore/ExternalStoreDB.php @@ -27,7 +27,7 @@ use Wikimedia\Rdbms\DBConnRef; use Wikimedia\Rdbms\MaintainableDBConnRef; /** - * DB accessable external objects. + * DB accessible external objects. * * In this system, each store "location" maps to a database "cluster". * The clusters must be defined in the normal LBFactory configuration. diff --git a/includes/externalstore/ExternalStoreHttp.php b/includes/externalstore/ExternalStoreHttp.php index 3d812c96ae..879686f724 100644 --- a/includes/externalstore/ExternalStoreHttp.php +++ b/includes/externalstore/ExternalStoreHttp.php @@ -21,7 +21,7 @@ */ /** - * Example class for HTTP accessable external objects. + * Example class for HTTP accessible external objects. * Only supports reading, not storing. * * @ingroup ExternalStorage diff --git a/includes/externalstore/ExternalStoreMwstore.php b/includes/externalstore/ExternalStoreMwstore.php index 0c6d022fc5..5d7155e8a7 100644 --- a/includes/externalstore/ExternalStoreMwstore.php +++ b/includes/externalstore/ExternalStoreMwstore.php @@ -21,7 +21,7 @@ */ /** - * File backend accessable external objects. + * File backend accessible external objects. * * In this system, each store "location" maps to the name of a file backend. * The file backends must be defined in $wgFileBackends and must be global -- 2.20.1