Fix a typo

This commit is contained in:
Michael Catanzaro 2017-06-26 13:47:19 -05:00
parent 9c8a470934
commit 293d1697fe

View File

@ -138,7 +138,7 @@ const ShellUserVerifier = new Lang.Class({
// We check for smartcards right away, since an inserted smartcard // We check for smartcards right away, since an inserted smartcard
// at startup should result in immediately initiating authentication. // at startup should result in immediately initiating authentication.
// This is different than fingeprint readers, where we only check them // This is different than fingerprint readers, where we only check them
// after a user has been picked. // after a user has been picked.
this._checkForSmartcard(); this._checkForSmartcard();