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

Niklas Söderlund niklas.soderlund at ragnatech.se
Tue Nov 19 00:29:51 CET 2019


Hi Laurent,

Thanks for your patch.

On 2019-11-08 22:54:09 +0200, Laurent Pinchart wrote:
> Oxford English spells "serialize", not "serialise". Fix it.

:-)

> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>

> ---
>  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
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

-- 
Regards,
Niklas Söderlund


More information about the libcamera-devel mailing list