mirror of
https://github.com/opencv/opencv.git
synced 2025-07-31 09:57:28 +08:00
Fixes spelling in NSLog
This commit is contained in:
parent
40b870704e
commit
31e790da33
@ -333,7 +333,7 @@
|
||||
device.focusMode = AVCaptureFocusModeContinuousAutoFocus;
|
||||
[device unlockForConfiguration];
|
||||
} else {
|
||||
NSLog(@"unable to lock device for autofocos configuration %@", [error localizedDescription]);
|
||||
NSLog(@"unable to lock device for autofocus configuration %@", [error localizedDescription]);
|
||||
}
|
||||
}
|
||||
[self.captureSession addInput:input];
|
||||
|
Loading…
Reference in New Issue
Block a user