From da6d287e46c107586af07e55043abb4d2a9b2d9e Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 4 Sep 2015 15:51:18 +0200 Subject: Doc: minor corrections Change-Id: Idcaac01294642e7e79f6e2b8bcfd2c9559274790 Task-number: QTBUG-43810 Reviewed-by: Martin Smith --- src/plugins/avfoundation/camera/avfcamerasession.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/avfoundation/camera/avfcamerasession.mm') diff --git a/src/plugins/avfoundation/camera/avfcamerasession.mm b/src/plugins/avfoundation/camera/avfcamerasession.mm index 2cb3824db..83f8c0ed3 100644 --- a/src/plugins/avfoundation/camera/avfcamerasession.mm +++ b/src/plugins/avfoundation/camera/avfcamerasession.mm @@ -220,7 +220,7 @@ void AVFCameraSession::updateCameraDevices() // the screen when held in portrait ==> 270 degrees clockwise angle // - Front-facing cameras have the top side of the sensor aligned with the left side of // the screen when held in portrait ==> 270 degrees clockwise angle - // On Mac OS, the position will always be unspecified and the sensor orientation unknown. + // On OS X, the position will always be unspecified and the sensor orientation unknown. switch (device.position) { case AVCaptureDevicePositionBack: info.position = QCamera::BackFace; -- cgit v1.2.3