[libcamera-devel] [PATCH v2 24/24] libcamera: Fix typo related to serialization

Laurent Pinchart laurent.pinchart at ideasonboard.com
Fri Nov 8 21:54:09 CET 2019


Oxford English spells "serialize", not "serialise". Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
---
 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.
  */
 
 /**
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list