README.md: fix typo

This commit is contained in:
Jörg Thalheim 2020-07-23 16:40:45 +01:00
parent ce579c3b17
commit 7cca040407
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -141,7 +141,7 @@ If you get:
ssh-to-pgp: failed to parse private ssh key: ssh: this private key is passphrase protected
```
then your ssh key is encrypted with your password and you need to create an uencrypted copy temporarily:
then your ssh key is encrypted with your password and you need to create an unencrypted copy temporarily:
```
$ cp $HOME/.ssh/id_rsa /tmp/id_rsa