summaryrefslogtreecommitdiffstats
path: root/include/basegfx/color
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 17:54:23 +0200
committerOliver Specht <oliver.specht@cib.de>2015-09-30 12:36:37 +0000
commitb3ebda451f3f48bfdaaef7b4ea06083c8966ff0e (patch)
tree1149f1f99dfabbb01f1c2f622ed1e6a557d599ae /include/basegfx/color
parentimplement save slide background for impress (diff)
downloadcore-b3ebda451f3f48bfdaaef7b4ea06083c8966ff0e.tar.gz
core-b3ebda451f3f48bfdaaef7b4ea06083c8966ff0e.zip
Fix typos
Change-Id: Ia8b2176a439742769e61fb6a981000f316033071 Reviewed-on: https://gerrit.libreoffice.org/18954 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'include/basegfx/color')
-rw-r--r--include/basegfx/color/bcolormodifier.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/color/bcolormodifier.hxx b/include/basegfx/color/bcolormodifier.hxx
index 0acaea3a2d3a..7cf078ae562d 100644
--- a/include/basegfx/color/bcolormodifier.hxx
+++ b/include/basegfx/color/bcolormodifier.hxx
@@ -287,7 +287,7 @@ namespace basegfx
/** gamma correction
Input is a gamma correction value in the range ]0.0 .. 10.0]; the
- color values get correted using
+ color values get corrected using
col(r,g,b) = clamp(pow(col(r,g,b), 1.0 / gamma), 0.0, 1.0)
*/