main: Remove a duplicate word in a comment.

This commit is contained in:
Sebastian Lackner 2018-12-29 23:23:20 +01:00 committed by rfjakob
parent 24594d99bf
commit 3dd5a6c069
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func loadConfig(args *argContainer) (masterkey []byte, cf *configfile.ConfFile,
} }
var pw []byte var pw []byte
if cf.IsFeatureFlagSet(configfile.FlagTrezor) { if cf.IsFeatureFlagSet(configfile.FlagTrezor) {
// Get binary data from from Trezor // Get binary data from Trezor
pw = readpassword.Trezor(cf.TrezorPayload) pw = readpassword.Trezor(cf.TrezorPayload)
} else { } else {
// Normal password entry // Normal password entry