fix spelling in comment

This commit is contained in:
Samuel Lorch 2021-08-30 17:22:06 +02:00
parent d59d0cc0e5
commit 9ef897d7a1
2 changed files with 4 additions and 4 deletions

View file

@ -158,7 +158,7 @@ func (c *Client) Login(ctx context.Context) error {
return fmt.Errorf("Decrypted PublicKey Validation Message does not Match Original (you might be getting Hacked): %w", err)
}
// Insert PublicKey into Client after checking it to Prevent ignored errors leading to proceding with a potentially Malicious PublicKey
// Insert PublicKey into Client after checking it to Prevent ignored errors leading to proceeding with a potentially Malicious PublicKey
c.userPublicKey = user.GPGKey.ArmoredKey
c.userID = user.ID