From: Jayprakash12345 <0freerunning@gmail.com> Date: Wed, 14 Mar 2018 05:24:09 +0000 (+0000) Subject: Fix typo accessable --> accessible X-Git-Tag: 1.31.0-rc.0~385^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=011711e79f8eb86cfd2196032a1fe80299c8c4cc;p=lhc%2Fweb%2Fwiklou.git Fix typo accessable --> accessible Change-Id: I239a15e1bc3a311d9284285a04094afae331111d --- 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