From 472d85d12bdc3990ae8c160ae0c01daca83cb4b6 Mon Sep 17 00:00:00 2001 From: Dino Bajramovic Date: Mon, 5 Nov 2018 20:49:48 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fcb8ac..911e80c 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ $ cat /proc/sys/kernel/random/entropy_avail # Creating keys -Create a tempotary directory which won't survive a [reboot](https://serverfault.com/questions/377348/when-does-tmp-get-cleared): +Create a temporary directory which won't survive a [reboot](https://serverfault.com/questions/377348/when-does-tmp-get-cleared): ``` $ export GNUPGHOME=$(mktemp -d) ; echo $GNUPGHOME