aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2013-10-21 16:05:51 -0400
committerJon Lund Steffensen <jonlst@gmail.com>2013-10-21 16:05:51 -0400
commit7abb16512eaa90748f55a021bc081d766dde947a (patch)
tree23a03311deb623939538ab2cdf27a51b2ea87692 /src/redshift.c
parentlocation-geoclue: Fix crash when starting geoclue provider. (Thanks to Maks Verver) (diff)
downloadredshift-ng-7abb16512eaa90748f55a021bc081d766dde947a.tar.gz
redshift-ng-7abb16512eaa90748f55a021bc081d766dde947a.tar.bz2
redshift-ng-7abb16512eaa90748f55a021bc081d766dde947a.tar.xz
Fix typos (Benjamin Kerensa)
Diffstat (limited to 'src/redshift.c')
-rw-r--r--src/redshift.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/redshift.c b/src/redshift.c
index 449f7f9..1edfd86 100644
--- a/src/redshift.c
+++ b/src/redshift.c
@@ -331,7 +331,7 @@ print_help(const char *program_name)
" \t\t(Type `list' to see available providers)\n"
" -m METHOD\tMethod to use to set color temperature\n"
" \t\t(Type `list' to see available methods)\n"
- " -o\t\tOne shot mode (do not continously adjust"
+ " -o\t\tOne shot mode (do not continuously adjust"
" color temperature)\n"
" -O TEMP\tOne shot manual mode (set color temperature)\n"
" -p\t\tPrint mode (only print parameters and exit)"
@@ -1193,7 +1193,7 @@ main(int argc, char *argv[])
printf("Status: %s\n", "Enabled");
}
- /* Continously adjust color temperature */
+ /* Continuously adjust color temperature */
int done = 0;
int disabled = 0;
while (1) {