ShellUserVerifier: fix typo in function name, caught on auth error

https://bugzilla.gnome.org/show_bug.cgi?id=685434
This commit is contained in:
Olivier Blin 2012-10-03 21:25:49 +02:00 committed by zago
parent 0ad739e78b
commit a1bf19dbdf

View File

@ -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);