Skip to content

Commit c055a29

Browse files
algonellgitster
authored andcommitted
gpg-interface: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 086ba2e commit c055a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpg-interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ static void parse_ssh_output(struct signature_check *sigc)
398398
* Note that "PRINCIPAL" can contain whitespace, "RSA" and
399399
* "SHA256" part could be a different token that names of
400400
* the algorithms used, and "FINGERPRINT" is a hexadecimal
401-
* string. By finding the last occurence of " with ", we can
401+
* string. By finding the last occurrence of " with ", we can
402402
* reliably parse out the PRINCIPAL.
403403
*/
404404
sigc->result = 'B';

0 commit comments

Comments
 (0)