From 46ab527bbeb8a54566aa474b4247b24b88e4d50f Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Mon, 4 Dec 2023 22:13:56 +0100 Subject: [PATCH] Fix typo Signed-off-by: James Wrigley Reviewed-by: Jakub Jelen --- src/pki.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pki.c b/src/pki.c index bfdcb311..6b0ef76e 100644 --- a/src/pki.c +++ b/src/pki.c @@ -586,7 +586,7 @@ enum ssh_keytypes_e ssh_key_type_from_name(const char *name) } /** - * @brief Get the pubic key type corresponding to a certificate type. + * @brief Get the public key type corresponding to a certificate type. * * @param[in] type The certificate or public key type. *