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

Message ID 20191108205409.18845-25-laurent.pinchart@ideasonboard.com
State Accepted
Headers show
Series
  • Control serialization and IPA C API
Related show

Commit Message

Laurent Pinchart Nov. 8, 2019, 8:54 p.m. UTC
Oxford English spells "serialize", not "serialise". Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 src/libcamera/ipa_interface.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Niklas Söderlund Nov. 18, 2019, 11:29 p.m. UTC | #1
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@ideasonboard.com>

Reviewed-by: Niklas Söderlund <niklas.soderlund@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@lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

Patch

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