Message ID | 20200804122755.30743-2-email@uajain.com |
---|---|
State | Accepted |
Commit | af28a80647707074ed0596e2aa6d45c84b7d9f67 |
Headers | show |
Series |
|
Related | show |
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
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. > */ > >
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. */
Signed-off-by: Umang Jain <email@uajain.com> --- src/android/camera_ops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)