[Libreoffice-commits] core.git: include/tools

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 11 14:56:22 UTC 2020


 include/tools/color.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d08fad0f0866b8a17dc70cd26e83afaa5d2d52f7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Nov 11 15:19:08 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Nov 11 15:55:29 2020 +0100

    Fix typo
    
    Change-Id: Ie75e42e278a32d3a4130ec65a1ed05265fbc6f91
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105599
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/include/tools/color.hxx b/include/tools/color.hxx
index a41a0d454117..dfa84d255dbc 100644
--- a/include/tools/color.hxx
+++ b/include/tools/color.hxx
@@ -182,7 +182,7 @@ public:
         return mValue & 0x00FFFFFF;
     }
 
-    /* Comparation and operators */
+    /* Comparison and operators */
 
     /** Check if the color RGB value is equal than rColor.
       * @param rColor
@@ -308,7 +308,7 @@ public:
     }
 
     /** Merges color with rMergeColor.
-      * Allows to get resulting color when supperposing another.
+      * Allows to get resulting color when superposing another.
       * @param rMergeColor
       * @param cTransparency
       */


More information about the Libreoffice-commits mailing list