From patchwork Fri Nov 8 20:54:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 2320 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id D00E061558 for ; Fri, 8 Nov 2019 21:54:30 +0100 (CET) Received: from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 77D2C31D for ; Fri, 8 Nov 2019 21:54:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1573246470; bh=wVCZiiGTNQ6MmHzCjXs9DhUGhgJpMB+C/hI5ElOVcdo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KgRYNOHzs176iCWCm3q0PMJkOqI1MNXVDafwXW+Sm+K+YlMU51W8m+kUxdKZhUpE/ AaFhY+hUQ6Zvdf8K6M9rdyZMfIVrGOgHA3gKTIvyhzr/xfjuo8uTmHhW0kYaUvxKFM o0rDiyrwm3Vnd5y+vjjlN2BZ1h2mtA81u9j0fFew= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Fri, 8 Nov 2019 22:54:09 +0200 Message-Id: <20191108205409.18845-25-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191108205409.18845-1-laurent.pinchart@ideasonboard.com> References: <20191108205409.18845-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 24/24] libcamera: Fix typo related to serialization 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: , X-List-Received-Date: Fri, 08 Nov 2019 20:54:31 -0000 Oxford English spells "serialize", not "serialise". Fix it. Signed-off-by: Laurent Pinchart Reviewed-by: Niklas Söderlund --- src/libcamera/ipa_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/ipa_interface.cpp b/src/libcamera/ipa_interface.cpp index 715e7972271b..ee3e3622f39a 100644 --- a/src/libcamera/ipa_interface.cpp +++ b/src/libcamera/ipa_interface.cpp @@ -297,7 +297,7 @@ namespace libcamera { * * The IPAStream structure stores stream configuration parameters needed by the * IPAInterface::configure() method. It mirrors the StreamConfiguration class - * that is not suitable for this purpose due to not being serialisable. + * that is not suitable for this purpose due to not being serializable. */ /**