From 1735b5ffa879033c8b2628f2e88e1abe633d37f6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 26 Jul 2022 10:51:38 +0200 Subject: [PATCH] doc: Minor typo fix -- GnuPG-bug-id: 6092 --- doc/gpg.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gpg.texi b/doc/gpg.texi index 08de40b0a..ca5a4c4de 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -3866,7 +3866,7 @@ files; They all live in the current home directory (@pxref{option $ cd ~/.gnupg $ gpg --export-ownertrust >otrust.lst $ mv pubring.gpg publickeys.backup - $ gpg --import-options restore --import publickeys.backups + $ gpg --import-options restore --import publickeys.backup $ gpg --import-ownertrust otrust.lst @end example