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>
This commit is contained in:
Laurent Pinchart
2019-10-26 23:19:02 +03:00
parent 870f2d3b1f
commit 1516ef3ce6

View File

@@ -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.
*/
/**