From e7f4407a35bf44fa99cea977be1574ee6090389d Mon Sep 17 00:00:00 2001 From: unknown <홍성호> Date: Fri, 6 May 2016 10:22:39 +0900 Subject: [PATCH] avilable -> available --- LLSimpleCamera/LLSimpleCamera.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LLSimpleCamera/LLSimpleCamera.h b/LLSimpleCamera/LLSimpleCamera.h index 4e9f9f5..94059f6 100644 --- a/LLSimpleCamera/LLSimpleCamera.h +++ b/LLSimpleCamera/LLSimpleCamera.h @@ -199,12 +199,12 @@ typedef enum : NSUInteger { - (BOOL)updateFlashMode:(LLCameraFlash)cameraFlash; /** - * Checks if flash is avilable for the currently active device. + * Checks if flash is available for the currently active device. */ - (BOOL)isFlashAvailable; /** - * Checks if torch (flash for video) is avilable for the currently active device. + * Checks if torch (flash for video) is available for the currently active device. */ - (BOOL)isTorchAvailable;