[libcamera-devel,06/14] test: unixsocket: Fix typo in error message

Message ID 20190818011329.14499-7-laurent.pinchart@ideasonboard.com
State Accepted
Headers show
Series
  • Assorted fixes for Android camera HAL
Related show

Commit Message

Laurent Pinchart Aug. 18, 2019, 1:13 a.m. UTC
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 test/ipc/unixsocket.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jacopo Mondi Aug. 19, 2019, 8:59 a.m. UTC | #1
Hi Laurent,

On Sun, Aug 18, 2019 at 04:13:21AM +0300, Laurent Pinchart wrote:
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>

Thanks
  j

> ---
>  test/ipc/unixsocket.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/ipc/unixsocket.cpp b/test/ipc/unixsocket.cpp
> index eeef64842a75..40a3a84a87d2 100644
> --- a/test/ipc/unixsocket.cpp
> +++ b/test/ipc/unixsocket.cpp
> @@ -370,7 +370,7 @@ protected:
>
>  		/* Test reversing a string, this test sending only data. */
>  		if (testReverse()) {
> -			cerr << "Reveres array test failed" << endl;
> +			cerr << "Reverse array test failed" << endl;
>  			return TestFail;
>  		}
>
> --
> Regards,
>
> Laurent Pinchart
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel@lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

Patch

diff --git a/test/ipc/unixsocket.cpp b/test/ipc/unixsocket.cpp
index eeef64842a75..40a3a84a87d2 100644
--- a/test/ipc/unixsocket.cpp
+++ b/test/ipc/unixsocket.cpp
@@ -370,7 +370,7 @@  protected:
 
 		/* Test reversing a string, this test sending only data. */
 		if (testReverse()) {
-			cerr << "Reveres array test failed" << endl;
+			cerr << "Reverse array test failed" << endl;
 			return TestFail;
 		}