summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/palette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/palette.cpp b/src/gui/palette.cpp
index 162081e1..8cc9c57b 100644
--- a/src/gui/palette.cpp
+++ b/src/gui/palette.cpp
@@ -143,7 +143,7 @@ Palette::~Palette()
colEnd = mColVector.end(); col != colEnd; ++col)
{
configName = &ColorTypeNames[col->type];
- config.setValue(*configName + "Gradient", col->comittedGrad);
+ config.setValue(*configName + "Gradient", col->committedGrad);
if (col->grad == STATIC)
{
config.setValue(*configName, toString(col->getRGB()));