We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086ba2e commit c055a29Copy full SHA for c055a29
gpg-interface.c
@@ -398,7 +398,7 @@ static void parse_ssh_output(struct signature_check *sigc)
398
* Note that "PRINCIPAL" can contain whitespace, "RSA" and
399
* "SHA256" part could be a different token that names of
400
* the algorithms used, and "FINGERPRINT" is a hexadecimal
401
- * string. By finding the last occurence of " with ", we can
+ * string. By finding the last occurrence of " with ", we can
402
* reliably parse out the PRINCIPAL.
403
*/
404
sigc->result = 'B';
0 commit comments