From patchwork Tue Jul 1 10:08:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 23701 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 795E5C3237 for ; Tue, 1 Jul 2025 10:08:05 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 5E40668E1A; Tue, 1 Jul 2025 12:08:04 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.b="qvbY/PCL"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id AFE226152A for ; Tue, 1 Jul 2025 12:08:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject: Cc:To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=97bVfeRqXyKJD2aQKGZR6v9Ol/tusp4hDYFVe7rR7dI=; b=qvbY/PCL3NDq/NCdx7urLiCwy0 wcFSs/DnKni0JgvVFvNrHWub7GwDPIrP2SmCjTe7UHGntu9fdrnGm4VmHtDYl7xREjJqZmXA7yJQF NaKwJU9hwsbjafUyRNR1cSs9AnSbAzYu261XDfSrRQNmXKnIIsJN291OKueCUMxWITPxhUZnJh1v2 2/4vkTEAZTYJ+GZUUohjHjYohy/2kaC7JTC0jPtQitjwpYhAfBd2pZkcpcZTimHr703gKJqt1qK1q o1/ab1Z4am5wAt0qd8aOL7EL9YPj2NntV/tRWFhQ1+BlItK1M4keCh4ve4j32lIPvIJd4oS1XCPDL n2f2WwqQ==; Received: from [49.36.69.141] (helo=uajain) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1uWXuD-00Aueu-CG; Tue, 01 Jul 2025 12:08:02 +0200 From: Umang Jain To: libcamera-devel@lists.libcamera.org Cc: Umang Jain Subject: [PATCH] camera: Fix spell error Date: Tue, 1 Jul 2025 15:38:02 +0530 Message-ID: <20250701100802.49521-1-uajain@igalia.com> X-Mailer: git-send-email 2.50.0 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Correct 'CameraConfigutation' spell error to 'CameraConfiguration'. Signed-off-by: Umang Jain Reviewed-by: Jacopo Mondi Reviewed-by: Kieran Bingham --- src/libcamera/camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp index c180a5fd..b4f9d243 100644 --- a/src/libcamera/camera.cpp +++ b/src/libcamera/camera.cpp @@ -488,7 +488,7 @@ std::size_t CameraConfiguration::size() const * * \return A CameraConfiguration::Status value that describes the validation * status. - * \retval CameraConfigutation::Adjusted The configuration has been adjusted + * \retval CameraConfiguration::Adjusted The configuration has been adjusted * and is now valid. The color space of some or all of the streams may have * been changed. The caller shall check the color spaces carefully. * \retval CameraConfiguration::Valid The configuration was already valid and