[gnome-shell] ShellUserVerifier: fix typo in function name, caught on auth error



commit a1bf19dbdfeb73adc2c43d879728980627356623
Author: Olivier Blin <dev blino org>
Date:   Wed Oct 3 21:25:49 2012 +0200

    ShellUserVerifier: fix typo in function name, caught on auth error
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685434

 js/gdm/util.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/gdm/util.js b/js/gdm/util.js
index 4d4754d..3615cf2 100644
--- a/js/gdm/util.js
+++ b/js/gdm/util.js
@@ -143,7 +143,7 @@ const ShellUserVerifier = new Lang.Class({
 
     _reportInitError: function(where, error) {
         logError(error, where);
-        this._hold.relase();
+        this._hold.release();
 
         this.emit('show-message', _("Authentication error"), 'login-dialog-message-warning');
         this._verificationFailed(false);



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