Salome HOME
README typo.
authorOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Wed, 20 Mar 2019 13:06:02 +0000 (14:06 +0100)
committerOvidiu Mircescu <ovidiu.mircescu@edf.fr>
Wed, 20 Mar 2019 13:06:02 +0000 (14:06 +0100)
README

diff --git a/README b/README
index 4f8ab1fa49246c25400989a8667ff1545d8fb44b..8d682e1785aaa75fc22d5c5c4d8f3f60f44c6152 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
 The py2cpp library was created in order to make easier the call of a python 
-function within c++ sources. It provides convertion functions to and from a
+function within c++ sources. It provides conversion functions to and from a
 python object for some basic c++ types (int, double, std:: string and 
 collections for these types: std::vector, std::list, std::map). It is possible 
-to add your own convertion functions for your own types.
+to add your own conversion functions for your own types.
 
 Example of use
 ---------------