We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bb458 commit 30c2e87Copy full SHA for 30c2e87
TesseractOCR/G8Tesseract.mm
@@ -113,8 +113,8 @@ - (id)initWithLanguage:(NSString *)language
113
114
_absoluteDataPath = [cachesPath stringByAppendingPathComponent:_absoluteDataPath].copy;
115
116
- BOOL succes = [self moveTessdataToCachesDirectoryIfNecessary];
117
- if (succes == NO) {
+ BOOL success = [self moveTessdataToCachesDirectoryIfNecessary];
+ if (success == NO) {
118
return nil;
119
}
120
0 commit comments