hx509: Fix spelling of error messages
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Jeffrey Altman

parent
d9d3dd448d
commit
61bf5009a0
@@ -952,7 +952,7 @@ hx509_cert_find_subjectAltName_otherName(hx509_context context,
|
||||
ret = add_to_list(list, &sa.val[j].u.otherName.value);
|
||||
if (ret) {
|
||||
hx509_set_error_string(context, 0, ret,
|
||||
"Error adding an exra SAN to "
|
||||
"Error adding an extra SAN to "
|
||||
"return list");
|
||||
hx509_free_octet_string_list(list);
|
||||
free_GeneralNames(&sa);
|
||||
|
Reference in New Issue
Block a user