[libcamera-devel,2/2] android: camera_ops: Fix a documentation spelling typo

Message ID 20200804122755.30743-2-email@uajain.com
State Accepted
Commit af28a80647707074ed0596e2aa6d45c84b7d9f67
Headers show
Series
  • [libcamera-devel,1/2] android: camera_hal_manager: Remove unused getStaticMetadata() method
Related show

Commit Message

Umang Jain Aug. 4, 2020, 12:28 p.m. UTC
Signed-off-by: Umang Jain <email@uajain.com>
---
 src/android/camera_ops.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Niklas Söderlund Aug. 4, 2020, 1:24 p.m. UTC | #1
Hi Umang,

Thanks for your patch.

On 2020-08-04 12:28:01 +0000, Umang Jain wrote:
> Signed-off-by: Umang Jain <email@uajain.com>

Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>

> ---
>  src/android/camera_ops.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/android/camera_ops.cpp b/src/android/camera_ops.cpp
> index 9dfc2e6..216ac28 100644
> --- a/src/android/camera_ops.cpp
> +++ b/src/android/camera_ops.cpp
> @@ -14,7 +14,7 @@
>  using namespace libcamera;
>  
>  /*
> - * Translatation layer between the Android Camera HAL device operations and the
> + * Translation layer between the Android Camera HAL device operations and the
>   * CameraDevice.
>   */
>  
> -- 
> 2.26.2
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel@lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
Kieran Bingham Aug. 4, 2020, 1:42 p.m. UTC | #2
Hi Umang,

On 04/08/2020 13:28, Umang Jain wrote:
> Signed-off-by: Umang Jain <email@uajain.com>

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> ---
>  src/android/camera_ops.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/android/camera_ops.cpp b/src/android/camera_ops.cpp
> index 9dfc2e6..216ac28 100644
> --- a/src/android/camera_ops.cpp
> +++ b/src/android/camera_ops.cpp
> @@ -14,7 +14,7 @@
>  using namespace libcamera;
>  
>  /*
> - * Translatation layer between the Android Camera HAL device operations and the
> + * Translation layer between the Android Camera HAL device operations and the
>   * CameraDevice.
>   */
>  
>

Patch

diff --git a/src/android/camera_ops.cpp b/src/android/camera_ops.cpp
index 9dfc2e6..216ac28 100644
--- a/src/android/camera_ops.cpp
+++ b/src/android/camera_ops.cpp
@@ -14,7 +14,7 @@ 
 using namespace libcamera;
 
 /*
- * Translatation layer between the Android Camera HAL device operations and the
+ * Translation layer between the Android Camera HAL device operations and the
  * CameraDevice.
  */