Skip to content

Commit 1da5108

Browse files
author
Peter Ivanics
committed
Fixed typo
1 parent ffa05ce commit 1da5108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/BarcodeScannerController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class BarcodeScannerController: UIViewController {
8080
return button
8181
}()
8282

83-
/// Videp preview layer.
83+
/// Video preview layer.
8484
lazy var videoPreviewLayer: AVCaptureVideoPreviewLayer = { [unowned self] in
8585
let videoPreviewLayer = AVCaptureVideoPreviewLayer(session: self.captureSession)
8686
videoPreviewLayer.videoGravity = AVLayerVideoGravityResize

0 commit comments

Comments
 (0)