diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-04-16 16:31:01 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2013-04-17 16:09:21 +0200 |
commit | d789d4451168025406c83671f7e66a2f47ca40af (patch) | |
tree | eb95bd1c46101ebecd336093aa4bc881359c54bf | |
parent | b550bf139ca7724c6f21ee3a51a330b8d58ff1fc (diff) | |
download | gnome-settings-daemon-d789d4451168025406c83671f7e66a2f47ca40af.tar.gz |
power: Fix typo in test comments
-rwxr-xr-x | plugins/power/test.py | 4 |
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: |