diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-09-19 18:34:26 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-19 13:46:00 -0700 |
| commit | c055a2910960172cdef0ea87d5a1f248845a43fd (patch) | |
| tree | 71739053ad8753412dfb271192bac0fbf9cb173c /gpg-interface.c | |
| parent | git-p4: fix typos (diff) | |
| download | git-c055a2910960172cdef0ea87d5a1f248845a43fd.tar.gz git-c055a2910960172cdef0ea87d5a1f248845a43fd.zip | |
gpg-interface: fix a typo
Fix a typo in comments.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gpg-interface.c')
| -rw-r--r-- | gpg-interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpg-interface.c b/gpg-interface.c index 5c824aeb25..4803e88e30 100644 --- a/gpg-interface.c +++ b/gpg-interface.c @@ -398,7 +398,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'; |
