Commit 31e790da authored by Valeriy Van's avatar Valeriy Van

Fixes spelling in NSLog

parent 40b87070
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
device.focusMode = AVCaptureFocusModeContinuousAutoFocus; device.focusMode = AVCaptureFocusModeContinuousAutoFocus;
[device unlockForConfiguration]; [device unlockForConfiguration];
} else { } 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]; [self.captureSession addInput:input];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment