From 6d72643e24f6a2ab96c1e3e3b8b5f3b758107d9f Mon Sep 17 00:00:00 2001 From: addshore Date: Thu, 31 Aug 2017 12:54:23 +0300 Subject: [PATCH] Fix typo in ILBFactory::waitForReplication phpdoc Change-Id: Ifd79c80af49b03744190e4c5af56c904550fffcd --- includes/libs/rdbms/lbfactory/ILBFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/libs/rdbms/lbfactory/ILBFactory.php b/includes/libs/rdbms/lbfactory/ILBFactory.php index 4cfa542466..f6d080e4f0 100644 --- a/includes/libs/rdbms/lbfactory/ILBFactory.php +++ b/includes/libs/rdbms/lbfactory/ILBFactory.php @@ -239,7 +239,7 @@ interface ILBFactory { * - cluster : wait on the given external load balancer DBs * - timeout : Max wait time. Default: ~60 seconds * - ifWritesSince: Only wait if writes were done since this UNIX timestamp - * @throws DBReplicationWaitError If a timeout or error occured waiting on a DB cluster + * @throws DBReplicationWaitError If a timeout or error occurred waiting on a DB cluster */ public function waitForReplication( array $opts = [] ); -- 2.20.1