diff options
author | Federico Vaga <federico.vaga@vaga.pv.it> | 2019-04-29 23:45:14 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-04-30 06:23:20 -0600 |
commit | fbf7c7e046ee4e45d18e541335c2177524e4dbd1 (patch) | |
tree | 09aea9ed5e53ad1ebf8445e95fc1a70de8cec866 /Documentation | |
parent | 1b8868861366acaf42c07c375e15fc7bb3c38189 (diff) | |
download | linux-stable-fbf7c7e046ee4e45d18e541335c2177524e4dbd1.tar.gz linux-stable-fbf7c7e046ee4e45d18e541335c2177524e4dbd1.tar.bz2 linux-stable-fbf7c7e046ee4e45d18e541335c2177524e4dbd1.zip |
doc: fix typo in PGP guide
Fix typo in the GPG guide for maintainers
Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/process/maintainer-pgp-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/maintainer-pgp-guide.rst b/Documentation/process/maintainer-pgp-guide.rst index aff9b1a4d77b..4bab7464ff8c 100644 --- a/Documentation/process/maintainer-pgp-guide.rst +++ b/Documentation/process/maintainer-pgp-guide.rst @@ -943,7 +943,7 @@ have on your keyring:: Next, open the `PGP pathfinder`_. In the "From" field, paste the key fingerprint of Linus Torvalds from the output above. In the "To" field, -paste they key-id you found via ``gpg --search`` of the unknown key, and +paste the key-id you found via ``gpg --search`` of the unknown key, and check the results: - `Finding paths to Linus`_ |