From 078887ceb07a629dc99163e7efc4d299917e3693 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 4 Aug 2016 23:35:39 +0200 Subject: [PATCH] Fix typo in BackgroundQueueHandler --- .../lib/system/background/BackgroundQueueHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php b/wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php index 871a5223fc..8268495eee 100644 --- a/wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php +++ b/wcfsetup/install/files/lib/system/background/BackgroundQueueHandler.class.php @@ -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(); -- 2.20.1