From fdd025aefd1c7db249755e040ce1be6e81c2ee07 Mon Sep 17 00:00:00 2001 From: Nicholas-Westby Date: Tue, 25 Mar 2014 20:44:47 -0700 Subject: [PATCH] Replaced "retreive" with "retrieve". --- .../PublishedCache/XmlPublishedCache/PublishedMediaCache.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs b/src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs index fd595a780e..5fafe9a736 100644 --- a/src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs +++ b/src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs @@ -125,7 +125,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache } catch (Exception ex) { - LogHelper.Error("Could not retreive the InternalIndexer", ex); + LogHelper.Error("Could not retrieve the InternalIndexer", ex); //something didn't work, continue returning null. } } @@ -787,4 +787,4 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache } } } -} \ No newline at end of file +}