]> git.99rst.org Git - git.git/commitdiff
gpg-interface: fix a typo
authorAndrew Kreimer <redacted>
Thu, 19 Sep 2024 18:34:26 +0000 (18:34 +0000)
committerJunio C Hamano <redacted>
Thu, 19 Sep 2024 20:46:00 +0000 (13:46 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <redacted>
Signed-off-by: Junio C Hamano <redacted>
gpg-interface.c

index 5c824aeb257cb94ccb16297e17fa00df973fd36c..4803e88e3060f05a9b46ecbf261b63b290d9b90e 100644 (file)
@@ -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';
git clone https://git.99rst.org/PROJECT