Replaced "retreive" with "retrieve".

This commit is contained in:
Nicholas-Westby
2014-03-25 20:44:47 -07:00
parent e36d4768e1
commit fdd025aefd

View File

@@ -125,7 +125,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
}
catch (Exception ex)
{
LogHelper.Error<PublishedMediaCache>("Could not retreive the InternalIndexer", ex);
LogHelper.Error<PublishedMediaCache>("Could not retrieve the InternalIndexer", ex);
//something didn't work, continue returning null.
}
}
@@ -787,4 +787,4 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
}
}
}
}
}