include/tools/color.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit d08fad0f0866b8a17dc70cd26e83afaa5d2d52f7 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Nov 11 15:19:08 2020 +0100 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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 */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
