Bug 275935 - en/articles/committers-guide typo in GnuPG section (5.2.6.1)
Summary: en/articles/committers-guide typo in GnuPG section (5.2.6.1)
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-25 21:29 UTC by Larry Rosenman
Modified: 2024-02-02 03:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2023-12-25 21:29:10 UTC
verity-tag should be verify-tag

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index 6caa7d6bf4..1523830f2c 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -672,7 +672,7 @@ For example, to encrypt for the subkey `DEADBEEF`, use `DEADBEEF!`.

 Commit signatures can be verified by running either `git verify-commit <commit hash>`, or `git log --show-signature`.

-Tag signatures can be verified with `git verity-tag <tag name>`, or `git tag -v <tag name>`.
+Tag signatures can be verified with `git verify-tag <tag name>`, or `git tag -v <tag name>`.

 ////
 Commented out for now until we decide what to do.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-06 03:18:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=6b65977fa89492f1633249f38c3e6ec6a68dd8bb

commit 6b65977fa89492f1633249f38c3e6ec6a68dd8bb
Author:     Larry Rosenmane <ler@FreeBSD.org>
AuthorDate: 2024-01-06 03:16:19 +0000
Commit:     Jason Helfman <jgh@FreeBSD.org>
CommitDate: 2024-01-06 03:16:19 +0000

    - spelling adjustment

    PR:     275935

 documentation/content/en/articles/committers-guide/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2024-01-06 03:19:14 UTC
Thanks for report! Submitter set as author.