From d02678e05c0fae6ddb68461271e31e4f952a0538 Mon Sep 17 00:00:00 2001 From: Nicholas-Westby Date: Tue, 25 Mar 2014 20:26:58 -0700 Subject: [PATCH] Replaced "retreive" with "retrieve". --- src/umbraco.cms/businesslogic/cache/Cache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/umbraco.cms/businesslogic/cache/Cache.cs b/src/umbraco.cms/businesslogic/cache/Cache.cs index 6669d369bf..dc6946a6b3 100644 --- a/src/umbraco.cms/businesslogic/cache/Cache.cs +++ b/src/umbraco.cms/businesslogic/cache/Cache.cs @@ -6,7 +6,7 @@ using Umbraco.Core; namespace umbraco.cms.businesslogic.cache { /// - /// Used to easily store and retreive items from the cache. + /// Used to easily store and retrieve items from the cache. /// /// /// This whole class will become obsolete, however one of the methods is still used that is not ported over to the new CacheHelper