From 214831077b1c632a3d3d4cf3e50f3f13e6cf8053 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Fri, 9 Jun 2017 11:48:59 +0200 Subject: [PATCH] fix typo --- .../files/lib/system/worker/SitemapRebuildWorker.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/worker/SitemapRebuildWorker.class.php b/wcfsetup/install/files/lib/system/worker/SitemapRebuildWorker.class.php index c34985004c..02359ac7c3 100755 --- a/wcfsetup/install/files/lib/system/worker/SitemapRebuildWorker.class.php +++ b/wcfsetup/install/files/lib/system/worker/SitemapRebuildWorker.class.php @@ -191,7 +191,7 @@ class SitemapRebuildWorker extends AbstractWorker { if (!isset($this->sitemapObjects[$this->workerData['sitemap']])) { $this->writeIndexFile(); - // if we musn't refresh any data, we set loopCount to one + // if we don't have to refresh any data, we set loopCount to one // so that we no init a new $workerData session if ($this->loopCount == 0) { $this->loopCount = 1; -- 2.20.1