Typo in docs

This commit is contained in:
Chad Horohoe 2010-05-07 12:47:23 +00:00
parent a4393915e2
commit 1f7d328802

View file

@ -217,8 +217,8 @@ class LBFactory_Simple extends LBFactory {
/** /**
* LBFactory class that throws an error on any attempt to use it. * LBFactory class that throws an error on any attempt to use it.
* This will typically be done via wfGetDB(). * This will typically be done via wfGetDB().
* Call LBFactory::disable() to start using this, and LBFactory::enable() to * Call LBFactory::disableBackend() to start using this, and
* return to normal behavior * LBFactory::enableBackend() to return to normal behavior
*/ */
class LBFactory_Fake extends LBFactory { class LBFactory_Fake extends LBFactory {
function __construct( $conf ) {} function __construct( $conf ) {}