Signed-off-by: James Wrigley <james@puiterwijk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
JamesWrigley
2023-12-04 22:13:56 +01:00
committed by Jakub Jelen
parent 677d1e1d10
commit 46ab527bbe

View File

@@ -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.
*