Skip to content

Commit 30c2e87

Browse files
author
Kirill Makankov
committed
typo fixing.
1 parent 96bb458 commit 30c2e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TesseractOCR/G8Tesseract.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ - (id)initWithLanguage:(NSString *)language
113113

114114
_absoluteDataPath = [cachesPath stringByAppendingPathComponent:_absoluteDataPath].copy;
115115

116-
BOOL succes = [self moveTessdataToCachesDirectoryIfNecessary];
117-
if (succes == NO) {
116+
BOOL success = [self moveTessdataToCachesDirectoryIfNecessary];
117+
if (success == NO) {
118118
return nil;
119119
}
120120
}

0 commit comments

Comments
 (0)