From 838931736742f98f6c8110ccc1d8b38f4579536e Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Fri, 2 Jun 2023 09:29:45 +0900 Subject: [PATCH] Fix typo Change-Id: I8e1e8f17491b81461c3f0896ecd23199177db617 Signed-off-by: Jeongmo Yang --- include/camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/camera.h b/include/camera.h index 6fb15c3..b8e5b79 100644 --- a/include/camera.h +++ b/include/camera.h @@ -4196,7 +4196,7 @@ int camera_attr_get_stream_flip(camera_h camera, camera_flip_e *flip); * @retval #CAMERA_ERROR_NONE Successful * @retval #CAMERA_ERROR_NOT_SUPPORTED The feature is not supported * @retval #CAMERA_ERROR_PERMISSION_DENIED The access to the resources can not be granted - * @retval #CAMERA_ERROR_INVALID_PARAMETER Invalid parametergranted + * @retval #CAMERA_ERROR_INVALID_PARAMETER Invalid parameter * @retval #CAMERA_ERROR_SERVICE_DISCONNECTED The socket to multimedia server is disconnected * @post This function invokes camera_attr_supported_stream_flip_cb() to get all supported stream flip mode. * @see camera_attr_set_stream_flip() -- 2.7.4