aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.c b/src/options.c
index 8c9c766..ed5886a 100644
--- a/src/options.c
+++ b/src/options.c
@@ -19,7 +19,7 @@
*/
#include "common.h"
-/* Angular elevation of the sun at which the color temperature
+/* Angular elevation of the sun at which the colour temperature
transition period starts and ends (in degress).
Transition during twilight, and while the sun is lower than
3.0 degrees above the horizon. */
@@ -233,7 +233,7 @@ find_gamma_method(const char *name)
for (i = 0; gamma_methods[i]; i++)
if (!strcasecmp(name, gamma_methods[i]->name))
return gamma_methods[i];
- /* TRANSLATORS: This refers to the method used to adjust colors e.g. VidMode */
+ /* TRANSLATORS: This refers to the method used to adjust colours e.g. VidMode */
eprintf(_("Unknown adjustment method `%s'."), name);
}