From patchwork Thu Mar 7 22:18:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dufresne X-Patchwork-Id: 19642 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id DE22DC32C4 for ; Thu, 7 Mar 2024 22:18:33 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 4D29F6295C; Thu, 7 Mar 2024 23:18:33 +0100 (CET) Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [46.235.227.194]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id EB6F662865 for ; Thu, 7 Mar 2024 23:18:29 +0100 (CET) Received: from nicolas-tpx395.lan (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: nicolas) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 3631E3781FF7; Thu, 7 Mar 2024 22:18:29 +0000 (UTC) From: Nicolas Dufresne To: libcamera-devel@lists.libcamera.org Subject: [PATCH v1 5/5] build-libcamera-common: Fix comment typo 'corss' to 'cross' Date: Thu, 7 Mar 2024 17:18:10 -0500 Message-ID: <20240307221810.2109348-6-nicolas@ndufresne.ca> X-Mailer: git-send-email 2.43.2 In-Reply-To: <20240307221810.2109348-1-nicolas@ndufresne.ca> References: <20240307221810.2109348-1-nicolas@ndufresne.ca> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Nicolas Dufresne Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" From: Nicolas Dufresne Signed-off-by: Nicolas Dufresne Reviewed-by: Kieran Bingham --- .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