summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tools/color.hxx4
1 files changed, 2 insertions, 2 deletions
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
*/