From 7cca0404075f493166e060a4552586469880d8ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 23 Jul 2020 16:40:45 +0100 Subject: [PATCH] README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e89e589..9e59828 100644 --- a/README.md +++ b/README.md @@ -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