summaryrefslogtreecommitdiff
path: root/src/colour_matrix.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-27 20:35:19 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-27 20:35:19 +0000
commitd6633a73369339c419f33fb9d641f342826a3290 (patch)
tree7909203ea854f7039b62074004df92bec7aec796 /src/colour_matrix.cc
parent6f125b65d1bc0650735624d7ada17a2ff573cbc4 (diff)
Rename color -> colour.
Diffstat (limited to 'src/colour_matrix.cc')
-rw-r--r--src/colour_matrix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colour_matrix.cc b/src/colour_matrix.cc
index 72f952c3..1a997326 100644
--- a/src/colour_matrix.cc
+++ b/src/colour_matrix.cc
@@ -19,7 +19,7 @@
#include "colour_matrix.h"
-/* sRGB color matrix for XYZ -> RGB. This is the same as the one used by the Fraunhofer
+/* sRGB colour matrix for XYZ -> RGB. This is the same as the one used by the Fraunhofer
EasyDCP player, I think.
*/