Authored by Andrew Vyazovoy

Fixed typo.

@@ -20,7 +20,7 @@ enum SDImageCacheType @@ -20,7 +20,7 @@ enum SDImageCacheType
20 */ 20 */
21 SDImageCacheTypeDisk, 21 SDImageCacheTypeDisk,
22 /** 22 /**
23 - * The image was obtained from the disk cache. 23 + * The image was obtained from the memory cache.
24 */ 24 */
25 SDImageCacheTypeMemory 25 SDImageCacheTypeMemory
26 }; 26 };