From 17b6366ea356906c1f14e7daa5bd37e9dba9b1f7 Mon Sep 17 00:00:00 2001 From: Nicholas-Westby Date: Tue, 25 Mar 2014 20:37:20 -0700 Subject: [PATCH] Replaced "retreive" with "retrieve". --- src/Umbraco.Web/Cache/DistributedCache.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web/Cache/DistributedCache.cs b/src/Umbraco.Web/Cache/DistributedCache.cs index 8fa1dec3b3..b0b6b917e3 100644 --- a/src/Umbraco.Web/Cache/DistributedCache.cs +++ b/src/Umbraco.Web/Cache/DistributedCache.cs @@ -101,7 +101,7 @@ namespace Umbraco.Web.Cache /// /// /// - /// The callback method to retreive the ID from an instance + /// The callback method to retrieve the ID from an instance /// The instances containing Ids /// /// This method is much better for performance because it does not need to re-lookup an object instance @@ -221,4 +221,4 @@ namespace Umbraco.Web.Cache } } -} \ No newline at end of file +}