Fix typo accessable --> accessible
authorJayprakash12345 <0freerunning@gmail.com>
Wed, 14 Mar 2018 05:24:09 +0000 (05:24 +0000)
committerJayprakash12345 <0freerunning@gmail.com>
Wed, 14 Mar 2018 05:25:34 +0000 (05:25 +0000)
Change-Id: I239a15e1bc3a311d9284285a04094afae331111d

includes/externalstore/ExternalStoreDB.php
includes/externalstore/ExternalStoreHttp.php
includes/externalstore/ExternalStoreMwstore.php

index ad0c217..5edb4b2 100644 (file)
@@ -27,7 +27,7 @@ use Wikimedia\Rdbms\DBConnRef;
 use Wikimedia\Rdbms\MaintainableDBConnRef;
 
 /**
 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.
  *
  * In this system, each store "location" maps to a database "cluster".
  * The clusters must be defined in the normal LBFactory configuration.
index 3d812c9..879686f 100644 (file)
@@ -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
  * Only supports reading, not storing.
  *
  * @ingroup ExternalStorage
index 0c6d022..5d7155e 100644 (file)
@@ -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
  *
  * 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