summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-04-16 16:31:01 +0200
committerBastien Nocera <hadess@hadess.net>2013-04-17 16:09:21 +0200
commitd789d4451168025406c83671f7e66a2f47ca40af (patch)
treeeb95bd1c46101ebecd336093aa4bc881359c54bf
parentb550bf139ca7724c6f21ee3a51a330b8d58ff1fc (diff)
downloadgnome-settings-daemon-d789d4451168025406c83671f7e66a2f47ca40af.tar.gz
power: Fix typo in test comments
-rwxr-xr-xplugins/power/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/power/test.py b/plugins/power/test.py
index 308c3e89..e719f07c 100755
--- a/plugins/power/test.py
+++ b/plugins/power/test.py
@@ -187,7 +187,7 @@ class PowerPluginTest(gsdtestcase.GSDTestCase):
def check_for_logout(self, timeout):
'''Check that logout is requested.
- Fail after the tiven timeout.
+ Fail after the given timeout.
'''
# check that it request suspend
while timeout > 0:
@@ -217,7 +217,7 @@ class PowerPluginTest(gsdtestcase.GSDTestCase):
def check_for_suspend(self, timeout):
'''Check that Suspend() or Hibernate() is requested.
- Fail after the tiven timeout.
+ Fail after the given timeout.
'''
# check that it request suspend
while timeout > 0: