diff options
author | nicoo <nicoo@debian.org> | 2020-04-24 14:06:38 +0200 |
---|---|---|
committer | nicoo <nicoo@debian.org> | 2020-12-11 21:50:54 +0100 |
commit | 26459ec74b14e3eb6b3441f1e02568d08931886f (patch) | |
tree | d6f49d4cbf562967679b57e0bd434486b1f4e6fb /src/redshift.c | |
parent | README: Explain gamma ramps and why integrated features should be preferred (diff) | |
download | redshift-ng-26459ec74b14e3eb6b3441f1e02568d08931886f.tar.gz redshift-ng-26459ec74b14e3eb6b3441f1e02568d08931886f.tar.bz2 redshift-ng-26459ec74b14e3eb6b3441f1e02568d08931886f.tar.xz |
src/redshift.c: Fix typo in error message
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redshift.c b/src/redshift.c index d2ba577..b880457 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -970,7 +970,7 @@ main(int argc, char *argv[]) options.scheme.dawn.end < 0 || options.scheme.dusk.start < 0 || options.scheme.dusk.end < 0) { - fputs(_("Partitial time-configuration not" + fputs(_("Partial time-configuration not" " supported!\n"), stderr); exit(EXIT_FAILURE); } |