From 26459ec74b14e3eb6b3441f1e02568d08931886f Mon Sep 17 00:00:00 2001 From: nicoo Date: Fri, 24 Apr 2020 14:06:38 +0200 Subject: src/redshift.c: Fix typo in error message --- src/redshift.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); } -- cgit v1.2.3-70-g09d2