Skip to content

Commit 1275a08

Browse files
author
Michael Potter
committed
Correct spelling
1 parent bb7f481 commit 1275a08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FastImageCache/FICImageFormat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ typedef NS_OPTIONS(NSUInteger, FICImageFormatStyle) {
2525
typedef NS_OPTIONS(NSUInteger, FICImageFormatProtectionMode) {
2626
FICImageFormatProtectionModeNone,
2727
FICImageFormatProtectionModeComplete,
28-
FICImageFormatProtectionModeCompletUntilFirstUserAuthentication,
28+
FICImageFormatProtectionModeCompleteUntilFirstUserAuthentication,
2929
};
3030

3131
/**

FastImageCache/FICImageFormat.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ - (NSString *)protectionModeString {
136136
case FICImageFormatProtectionModeComplete:
137137
protectionModeString = NSFileProtectionComplete;
138138
break;
139-
case FICImageFormatProtectionModeCompletUntilFirstUserAuthentication:
139+
case FICImageFormatProtectionModeCompleteUntilFirstUserAuthentication:
140140
protectionModeString = NSFileProtectionCompleteUntilFirstUserAuthentication;
141141
break;
142142
}

0 commit comments

Comments
 (0)