[gnome-shell] screenShield: Fix typo in comment



commit ec932b230604ff99619e52a8b092f0fa8042fd57
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Aug 21 22:48:43 2014 +0200

    screenShield: Fix typo in comment
    
    And remove outdated reference to gnome-screensaver
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735190

 js/ui/screenShield.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js
index cbad7e9..0f5d140 100644
--- a/js/ui/screenShield.js
+++ b/js/ui/screenShield.js
@@ -444,14 +444,12 @@ function clamp(value, min, max) {
 }
 
 /**
- * To test screen shield, make sure to kill gnome-screensaver.
- *
  * If you are setting org.gnome.desktop.session.idle-delay directly in dconf,
  * rather than through System Settings, you also need to set
  * org.gnome.settings-daemon.plugins.power.sleep-display-ac and
  * org.gnome.settings-daemon.plugins.power.sleep-display-battery to the same value.
  * This will ensure that the screen blanks at the right time when it fades out.
- * https://bugzilla.gnome.org/show_bug.cgi?id=668703 explains the dependance.
+ * https://bugzilla.gnome.org/show_bug.cgi?id=668703 explains the dependency.
  */
 const ScreenShield = new Lang.Class({
     Name: 'ScreenShield',


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