diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-14 00:53:30 +0100 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-01-14 00:53:30 +0100 |
commit | 66aab46d8a50b848c456731a98d306c01f296c3c (patch) | |
tree | 5b0a4419e5861ab51498c332e05039bed111691d | |
parent | Add python script to control redshift through a status icon (tray icon). (diff) | |
download | redshift-ng-66aab46d8a50b848c456731a98d306c01f296c3c.tar.gz redshift-ng-66aab46d8a50b848c456731a98d306c01f296c3c.tar.bz2 redshift-ng-66aab46d8a50b848c456731a98d306c01f296c3c.tar.xz |
Fix: Typo in comment
-rwxr-xr-x | src/gtk-redshift/gtk-redshift | 2 |
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 |