Fix comment, minor update.
authorMason Larobina <mason.larobina@gmail.com>
Sun, 26 Jul 2009 14:58:11 +0000 (22:58 +0800)
committerMason Larobina <mason.larobina@gmail.com>
Sun, 26 Jul 2009 14:58:11 +0000 (22:58 +0800)
examples/data/uzbl/scripts/cookie_daemon.py

index 89aeecd..9f52aa1 100755 (executable)
@@ -103,7 +103,7 @@ class CookieMonster:
         if self.daemon_mode:
             self.daemonize()
         
-        # Cleanup & quit function
+        # Register a function to cleanup on exit. 
         atexit.register(self.quit)
 
         # Tell SIGTERM to act orderly.