From a1bf19dbdfeb73adc2c43d879728980627356623 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 3 Oct 2012 21:25:49 +0200 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/gdm/util.js b/js/gdm/util.js index 4d4754d6d..3615cf2f9 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);