Fixed typo.

This commit is contained in:
Andrew Vyazovoy 2013-03-27 22:33:20 +07:00
parent c50be70558
commit 6284e4070d
1 changed files with 1 additions and 1 deletions

View File

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