Fix typo in BackgroundQueueHandler
authorTim Düsterhus <timwolla@googlemail.com>
Thu, 4 Aug 2016 21:35:39 +0000 (23:35 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2016 21:35:39 +0000 (23:35 +0200)
wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php

index 871a5223fcfbe34d7f0d32cf7478c4ec656500b5..8268495eee71cee58311fa08f71e356ca4093110 100644 (file)
@@ -170,7 +170,7 @@ class BackgroundQueueHandler extends SingletonFactory {
                        if ($statement->getAffectedRows() != 1) {
                                // somebody stole the job
                                // this cannot happen unless MySQL violates it's contract to lock the row
-                               // -> silently ignore, there will be plenty of other oppurtunities to perform a job
+                               // -> silently ignore, there will be plenty of other opportunities to perform a job
                                return;
                        }
                        WCF::getDB()->commitTransaction();