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