[gnome-settings-daemon] power: Fix comment in check_dim()



commit e6c775f0e23454f519d79e2348938256f11f272e
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 25 21:42:36 2013 +0100

    power: Fix comment in check_dim()

 plugins/power/test.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/power/test.py b/plugins/power/test.py
index a8be249..21c7ae0 100755
--- a/plugins/power/test.py
+++ b/plugins/power/test.py
@@ -248,7 +248,7 @@ class PowerPluginTest(gsdtestcase.GSDTestCase):
         while timeout > 0:
             time.sleep(1)
             timeout -= 1
-            # check that it requested blank
+            # check that it requested dim
             log = self.plugin_log.read()
 
             if 'Doing a state transition: dim' in log:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]