diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2013-10-21 16:05:51 -0400 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2013-10-21 16:05:51 -0400 |
commit | 7abb16512eaa90748f55a021bc081d766dde947a (patch) | |
tree | 23a03311deb623939538ab2cdf27a51b2ea87692 /src/redshift.c | |
parent | location-geoclue: Fix crash when starting geoclue provider. (Thanks to Maks Verver) (diff) | |
download | redshift-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.c | 4 |
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) { |