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 +}