main: Remove a duplicate word in a comment.
This commit is contained in:
parent
24594d99bf
commit
3dd5a6c069
2
main.go
2
main.go
@ -49,7 +49,7 @@ func loadConfig(args *argContainer) (masterkey []byte, cf *configfile.ConfFile,
|
||||
}
|
||||
var pw []byte
|
||||
if cf.IsFeatureFlagSet(configfile.FlagTrezor) {
|
||||
// Get binary data from from Trezor
|
||||
// Get binary data from Trezor
|
||||
pw = readpassword.Trezor(cf.TrezorPayload)
|
||||
} else {
|
||||
// Normal password entry
|
||||
|
Loading…
Reference in New Issue
Block a user