diff options
| author | Sebastian Lackner | 2018-12-29 23:23:20 +0100 | 
|---|---|---|
| committer | rfjakob | 2018-12-30 08:33:24 +0100 | 
| commit | 3dd5a6c069a88765a7d9ecf2d077b9467cece820 (patch) | |
| tree | c3443aa21f0f6c7af312a8b1d7ae035126cd7b84 | |
| parent | 24594d99bf74e1a4a58577348ab9fb979aa83ee6 (diff) | |
main: Remove a duplicate word in a comment.
| -rw-r--r-- | main.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
