Merge lp:~bkerensa/redshift/fix-for-typos into lp:~jonls/redshift/trunk

Proposed by Benjamin Kerensa
Status: Needs review
Proposed branch: lp:~bkerensa/redshift/fix-for-typos
Merge into: lp:~jonls/redshift/trunk
Diff against target: 21 lines (+2/-2)
1 file modified
src/redshift.c (+2/-2)
To merge this branch: bzr merge lp:~bkerensa/redshift/fix-for-typos
Reviewer Review Type Date Requested Status
Jon Lund Steffensen Pending
Review via email: mp+152601@code.launchpad.net

Description of the change

Fix typos

To post a comment you must log in.

Unmerged revisions

179. By Benjamin Kerensa

Fix Typos

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/redshift.c'
2--- src/redshift.c 2012-02-02 17:39:54 +0000
3+++ src/redshift.c 2013-03-10 23:10:29 +0000
4@@ -331,7 +331,7 @@
5 " \t\t(Type `list' to see available providers)\n"
6 " -m METHOD\tMethod to use to set color temperature\n"
7 " \t\t(Type `list' to see available methods)\n"
8- " -o\t\tOne shot mode (do not continously adjust"
9+ " -o\t\tOne shot mode (do not continuously adjust"
10 " color temperature)\n"
11 " -O TEMP\tOne shot manual mode (set color temperature)\n"
12 " -p\t\tPrint mode (only print parameters and exit)"
13@@ -1193,7 +1193,7 @@
14 printf("Status: %s\n", "Enabled");
15 }
16
17- /* Continously adjust color temperature */
18+ /* Continuously adjust color temperature */
19 int done = 0;
20 int disabled = 0;
21 while (1) {

Subscribers

People subscribed via source and target branches