[v1,5/5] build-libcamera-common: Fix comment typo 'corss' to 'cross'
diff mbox series

Message ID 20240307221810.2109348-6-nicolas@ndufresne.ca
State Accepted
Headers show
Series
  • Fix various CI issues
Related show

Commit Message

Nicolas Dufresne March 7, 2024, 10:18 p.m. UTC
From: Nicolas Dufresne <nicolas.dufresne@collabora.com>

Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
---
 .gitlab-ci/build-libcamera-common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kieran Bingham March 7, 2024, 10:36 p.m. UTC | #1
Quoting Nicolas Dufresne (2024-03-07 22:18:10)
> From: Nicolas Dufresne <nicolas.dufresne@collabora.com>
> 
> Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
> ---
>  .gitlab-ci/build-libcamera-common.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.gitlab-ci/build-libcamera-common.sh b/.gitlab-ci/build-libcamera-common.sh
> index 1a4005c..6bc2e8f 100755
> --- a/.gitlab-ci/build-libcamera-common.sh
> +++ b/.gitlab-ci/build-libcamera-common.sh
> @@ -21,7 +21,7 @@ PKGS_CLANG_NATIVE_DEPS=(
>  #
>  # If this becomes problematic in the future, possible alternatives are creating
>  # different container images for different architectures, or switching to a
> -# different corss-compilation environment (likely based on buildroot).
> +# different cross-compilation environment (likely based on buildroot).
>  
>  PKGS_LIBCAMERA_NATIVE_DEPS=(
>         libevent-dev
> -- 
> 2.43.2
>

Patch
diff mbox series

diff --git a/.gitlab-ci/build-libcamera-common.sh b/.gitlab-ci/build-libcamera-common.sh
index 1a4005c..6bc2e8f 100755
--- a/.gitlab-ci/build-libcamera-common.sh
+++ b/.gitlab-ci/build-libcamera-common.sh
@@ -21,7 +21,7 @@  PKGS_CLANG_NATIVE_DEPS=(
 #
 # If this becomes problematic in the future, possible alternatives are creating
 # different container images for different architectures, or switching to a
-# different corss-compilation environment (likely based on buildroot).
+# different cross-compilation environment (likely based on buildroot).
 
 PKGS_LIBCAMERA_NATIVE_DEPS=(
 	libevent-dev