}
/**
- * 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;
// 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;
}
<item name="wcf.acp.sitemap.changeFreq.yearly"><![CDATA[Yearly]]></item>
<item name="wcf.acp.sitemap.changeFreq.never"><![CDATA[Never]]></item>
<item name="wcf.acp.sitemap.rebuildTime"><![CDATA[Rebuild Time]]></item>
- <item name="wcf.acp.sitemap.rebuildTime.description"><![CDATA[The time after the sitemap have to be rebuilded.]]></item>
+ <item name="wcf.acp.sitemap.rebuildTime.description"><![CDATA[The time after the sitemap have to be rebuilt.]]></item>
<item name="wcf.acp.sitemap.isDisabled"><![CDATA[Disable Sitemap]]></item>
<item name="wcf.acp.sitemap.enabled"><![CDATA[Sitemap enabled]]></item>
<item name="wcf.acp.sitemap.edit"><![CDATA[Edit Sitemap]]></item>