From 388249f5007b7ec512854d6ce7634b2d32536673 Mon Sep 17 00:00:00 2001 From: Nicholas-Westby Date: Tue, 25 Mar 2014 20:41:32 -0700 Subject: [PATCH] Replaced "retreive" with "retrieve". --- .../PublishedCache/XmlPublishedCache/PublishedContentCache.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedContentCache.cs b/src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedContentCache.cs index ce9b7e6f0d..d0547ad170 100644 --- a/src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedContentCache.cs +++ b/src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedContentCache.cs @@ -338,7 +338,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache private Func _xmlDelegate; /// - /// Gets/sets the delegate used to retreive the Xml content, generally the setter is only used for unit tests + /// Gets/sets the delegate used to retrieve the Xml content, generally the setter is only used for unit tests /// and by default if it is not set will use the standard delegate which ONLY works when in the context an Http Request /// /// @@ -473,4 +473,4 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache #endregion } -} \ No newline at end of file +}