summaryrefslogtreecommitdiffstats
path: root/gpg-interface.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-25 19:37:11 +0200
committerJunio C Hamano <gitster@pobox.com>2024-09-25 19:37:12 +0200
commit78ce6660bba5fd2faf03efd79912725dcf5be481 (patch)
tree8ceb36d4094e360132349b91e52cef465ff6fff4 /gpg-interface.c
parentMerge branch 'ps/reftable-exclude' (diff)
parentupload-pack: fix a typo (diff)
downloadgit-78ce6660bba5fd2faf03efd79912725dcf5be481.tar.xz
git-78ce6660bba5fd2faf03efd79912725dcf5be481.zip
Merge branch 'ak/typofix-2.46-maint'
Typofix. * ak/typofix-2.46-maint: upload-pack: fix a typo sideband: fix a typo setup: fix a typo run-command: fix a typo revision: fix a typo refs: fix typos rebase: fix a typo read-cache-ll: fix a typo pretty: fix a typo object-file: fix a typo merge-ort: fix typos merge-ll: fix a typo http: fix a typo gpg-interface: fix a typo git-p4: fix typos git-instaweb: fix a typo fsmonitor-settings: fix a typo diffcore-rename: fix typos config.mak.dev: fix a typo
Diffstat (limited to 'gpg-interface.c')
-rw-r--r--gpg-interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpg-interface.c b/gpg-interface.c
index cf6126b5aa..07335987a6 100644
--- a/gpg-interface.c
+++ b/gpg-interface.c
@@ -400,7 +400,7 @@ static void parse_ssh_output(struct signature_check *sigc)
* Note that "PRINCIPAL" can contain whitespace, "RSA" and
* "SHA256" part could be a different token that names of
* the algorithms used, and "FINGERPRINT" is a hexadecimal
- * string. By finding the last occurence of " with ", we can
+ * string. By finding the last occurrence of " with ", we can
* reliably parse out the PRINCIPAL.
*/
sigc->result = 'B';