From 7feeb1739619ed371aec91b07c810ad8a492c360 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 10 Jun 2017 15:36:38 +0200 Subject: [PATCH] Fix typos --- .../files/lib/system/worker/SitemapRebuildWorker.class.php | 4 ++-- wcfsetup/install/lang/en.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/lib/system/worker/SitemapRebuildWorker.class.php b/wcfsetup/install/files/lib/system/worker/SitemapRebuildWorker.class.php index 0937a39ac7..a8bb9f74b7 100755 --- a/wcfsetup/install/files/lib/system/worker/SitemapRebuildWorker.class.php +++ b/wcfsetup/install/files/lib/system/worker/SitemapRebuildWorker.class.php @@ -175,7 +175,7 @@ class SitemapRebuildWorker extends AbstractWorker { } /** - * Checks if the sitemap have to be rebuilded. If not, this method marks the sitemap as builded. + * Checks if the sitemap has to be rebuilt. If not, this method marks the sitemap as built. */ protected function checkCache() { $object = (isset($this->sitemapObjects[$this->workerData['sitemap']])) ? $this->sitemapObjects[$this->workerData['sitemap']] : false; @@ -276,7 +276,7 @@ class SitemapRebuildWorker extends AbstractWorker { // try to unlink the tmp file @unlink($this->workerData['tmpFile']); - // add sitemap to the successfully builded sitemaps + // add sitemap to the successfully built sitemaps $this->workerData['sitemaps'][] = self::getSitemapURL() . $filename; } diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 64e4efce14..076998359c 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -1545,7 +1545,7 @@ - + -- 2.20.1