diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-10-26 23:19:02 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-11-20 21:48:10 +0200 |
commit | 1516ef3ce6b88034cd9d62cd4ebd4980584bc0da (patch) | |
tree | af4a331f2b5614c0a58062bd15d78b96a17aabfa /src | |
parent | 870f2d3b1fcb85e4bf2484b32c5a03d39334e822 (diff) |
libcamera: Fix typo related to serialization
Oxford English spells "serialize", not "serialise". Fix it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/ipa_interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/ipa_interface.cpp b/src/libcamera/ipa_interface.cpp index 715e7972..ee3e3622 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. */ /** |