ShellUserVerifier: fix typo in function name, caught on auth error
https://bugzilla.gnome.org/show_bug.cgi?id=685434
This commit is contained in:
parent
0ad739e78b
commit
a1bf19dbdf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user