Skip to content

Commit 78736a2

Browse files
committed
Fix spelling
1 parent f06bddf commit 78736a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lite/examples/posenet/ios/PoseNet/Camera Feed/CameraFeedManager.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import os
2323
_ manager: CameraFeedManager, didOutput pixelBuffer: CVPixelBuffer
2424
)
2525

26-
/// This method informs that a session runtime error occured.
26+
/// This method informs that a session runtime error occurred.
2727
func cameraFeedManagerDidEncounterSessionRunTimeError(_ manager: CameraFeedManager)
2828

2929
/// This method informs that the session was interrupted.
@@ -34,7 +34,7 @@ import os
3434
/// This method informs that the session interruption has ended.
3535
func cameraFeedManagerDidEndSessionInterruption(_ manager: CameraFeedManager)
3636

37-
/// This method informs that there was an error in video configurtion.
37+
/// This method informs that there was an error in video configuration.
3838
func presentVideoConfigurationErrorAlert(_ manager: CameraFeedManager)
3939

4040
/// This method informs that the camera permissions have been denied.
@@ -50,7 +50,7 @@ enum CameraConfiguration {
5050
}
5151

5252
/// This class manages all camera related functionalities.
53-
// MARK: - Camera Related Functionalies Manager
53+
// MARK: - Camera Related Functionality Manager
5454
class CameraFeedManager: NSObject {
5555
// MARK: Camera Related Instance Variables
5656
private let session: AVCaptureSession = AVCaptureSession()

0 commit comments

Comments
 (0)