Fix typo in ILBFactory::waitForReplication phpdoc
authoraddshore <addshorewiki@gmail.com>
Thu, 31 Aug 2017 09:54:23 +0000 (12:54 +0300)
committeraddshore <addshorewiki@gmail.com>
Thu, 31 Aug 2017 09:54:23 +0000 (12:54 +0300)
Change-Id: Ifd79c80af49b03744190e4c5af56c904550fffcd

includes/libs/rdbms/lbfactory/ILBFactory.php

index 4cfa542..f6d080e 100644 (file)
@@ -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 = [] );