aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-04 23:24:15 +0100
committerMattias Andrée <m@maandree.se>2025-03-04 23:24:15 +0100
commitee594493895b76b0eef3663931a8638baf5bb6b7 (patch)
tree7c9915e34ed6144ba23289239ac2821120dfcbfc /src
parentUnlist jonls/redshift/issues/229: not an issue (diff)
parentsrc/redshift.c: Fix typo in error message (diff)
downloadredshift-ng-ee594493895b76b0eef3663931a8638baf5bb6b7.tar.gz
redshift-ng-ee594493895b76b0eef3663931a8638baf5bb6b7.tar.bz2
redshift-ng-ee594493895b76b0eef3663931a8638baf5bb6b7.tar.xz
Merge branch 'typo'
Diffstat (limited to 'src')
-rw-r--r--src/redshift.c2
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);
}