Fixes spelling in NSLog

pull/7188/head
Valeriy Van 9 years ago
parent 40b870704e
commit 31e790da33
  1. 2
      modules/videoio/src/cap_ios_abstract_camera.mm

@ -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…
Cancel
Save