From: Jeongmo Yang Date: Fri, 2 Jun 2023 00:29:45 +0000 (+0900) Subject: Fix typo X-Git-Tag: accepted/tizen/unified/20230612.072224~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=838931736742f98f6c8110ccc1d8b38f4579536e;p=platform%2Fcore%2Fapi%2Fcamera.git Fix typo Change-Id: I8e1e8f17491b81461c3f0896ecd23199177db617 Signed-off-by: Jeongmo Yang --- 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()