Change "slave" => "replica DB" in /includes
[lhc/web/wiklou.git] / includes / pager / IndexPager.php
index a96ca87..183e4f2 100644 (file)
@@ -145,7 +145,7 @@ abstract class IndexPager extends ContextSource implements Pager {
                }
 
                $this->mIsBackwards = ( $this->mRequest->getVal( 'dir' ) == 'prev' );
-               # Let the subclass set the DB here; otherwise use a slave DB for the current wiki
+               # Let the subclass set the DB here; otherwise use a replica DB for the current wiki
                $this->mDb = $this->mDb ?: wfGetDB( DB_SLAVE );
 
                $index = $this->getIndexField(); // column to sort on