From 7e7f42429eba614debd16678497cd4cae3097584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boros=20M=C3=A1t=C3=A9?= <33902750+qwadrox@users.noreply.github.com> Date: Mon, 22 Apr 2024 11:42:39 +0300 Subject: [PATCH] Update mobile_scanner_state.dart --- lib/src/objects/mobile_scanner_state.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/objects/mobile_scanner_state.dart b/lib/src/objects/mobile_scanner_state.dart index c373bec39..976168eb3 100644 --- a/lib/src/objects/mobile_scanner_state.dart +++ b/lib/src/objects/mobile_scanner_state.dart @@ -38,7 +38,7 @@ class MobileScannerState { /// The facing direction of the camera. final CameraFacing cameraDirection; - /// The error that occurred while setting up or using the canera. + /// The error that occurred while setting up or using the camera. final MobileScannerException? error; /// Whether the mobile scanner has initialized successfully.