Date: Sat, 6 Jan 2024 03:17:41 GMT From: Jason Helfman <jgh@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 6b65977fa8 - main - - spelling adjustment Message-ID: <202401060317.4063HfTp035167@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jgh: 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(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 7ca94ab1df..986c8ca3ae 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401060317.4063HfTp035167>