aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-01-14 00:53:30 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2010-01-14 00:53:30 +0100
commit66aab46d8a50b848c456731a98d306c01f296c3c (patch)
tree5b0a4419e5861ab51498c332e05039bed111691d /src
parentAdd python script to control redshift through a status icon (tray icon). (diff)
downloadredshift-ng-66aab46d8a50b848c456731a98d306c01f296c3c.tar.gz
redshift-ng-66aab46d8a50b848c456731a98d306c01f296c3c.tar.bz2
redshift-ng-66aab46d8a50b848c456731a98d306c01f296c3c.tar.xz
Fix: Typo in comment
Diffstat (limited to 'src')
-rwxr-xr-xsrc/gtk-redshift/gtk-redshift2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk-redshift/gtk-redshift b/src/gtk-redshift/gtk-redshift
index cd35113..c10fb04 100755
--- a/src/gtk-redshift/gtk-redshift
+++ b/src/gtk-redshift/gtk-redshift
@@ -71,7 +71,7 @@ if __name__ == '__main__':
def child_cb(pid, cond, data=None):
sys.exit(-1)
- # Add awtch on child process
+ # Add watch on child process
glib.child_watch_add(process.pid, child_cb)
# Run main loop