hx509: Fix spelling of error messages

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Joseph Sutton
2023-06-21 16:21:41 +12:00
committed by Jeffrey Altman
parent d9d3dd448d
commit 61bf5009a0
8 changed files with 15 additions and 15 deletions

View File

@@ -193,7 +193,7 @@ hx509_request_get_name(hx509_context context,
hx509_name *name)
{
if (req->name == NULL) {
hx509_set_error_string(context, 0, EINVAL, "Request have no name");
hx509_set_error_string(context, 0, EINVAL, "Request has no name");
return EINVAL;
}
return hx509_name_copy(context, req->name, name);