ibireme 9 years ago
parent
commit
7257bf1fa9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      YYWebImage/Cache/YYDiskCache.h
  2. 1 1
      YYWebImage/Cache/YYKVStorage.h

+ 1 - 1
YYWebImage/Cache/YYDiskCache.h

@@ -23,7 +23,7 @@
  * It can automatically decide the storage type (sqlite/file) for each object to get
       better performance.
  
- You may compile the lastest version of sqlite and ignore the libsqlite3.dylib in
+ You may compile the latest version of sqlite and ignore the libsqlite3.dylib in
  iOS system to get 2x~4x speed up.
  */
 @interface YYDiskCache : NSObject

+ 1 - 1
YYWebImage/Cache/YYKVStorage.h

@@ -63,7 +63,7 @@ typedef NS_ENUM(NSUInteger, YYKVStorageType) {
  After initialized, a directory is created based on the `path` to hold key-value data.
  Once initialized you should not read or write this directory without the instance.
  
- You may compile the lastest version of sqlite and ignore the libsqlite3.dylib in
+ You may compile the latest version of sqlite and ignore the libsqlite3.dylib in
  iOS system to get 2x~4x speed up.
  
  @warning The instance of this class is *NOT* thread safe, you need to make sure