diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-22 22:30:56 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-22 22:30:56 +0100 |
commit | 8ec46e908fe9da63ca71f47eccd35939c27be26f (patch) | |
tree | 9e9b4a762d03d3bae3a83ddd9807703210d4ed8d | |
parent | organise todo list (diff) | |
download | redshift-ng-8ec46e908fe9da63ca71f47eccd35939c27be26f.tar.gz redshift-ng-8ec46e908fe9da63ca71f47eccd35939c27be26f.tar.bz2 redshift-ng-8ec46e908fe9da63ca71f47eccd35939c27be26f.tar.xz |
Fix documentation
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index e6d62da..2345d5b 100644 --- a/src/common.h +++ b/src/common.h @@ -841,7 +841,7 @@ struct settings { * The highest solar elevation, in degrees, at nighttime, * when using solar scheme * - * This represents the "elevation-high" setting + * This represents the "elevation-low" setting */ struct setting_f elevation_low; /* TODO no cmdline option */ |