Fix typo 59/293659/1
authorJeongmo Yang <jm80.yang@samsung.com>
Fri, 2 Jun 2023 00:29:45 +0000 (09:29 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Fri, 2 Jun 2023 00:29:45 +0000 (09:29 +0900)
Change-Id: I8e1e8f17491b81461c3f0896ecd23199177db617
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/camera.h

index 6fb15c3..b8e5b79 100644 (file)
@@ -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()