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