Skip to content

Commit d6b5c8e

Browse files
committed
src/ssl_asn1.c: fix misspelling cause by overbroad search+replace.
1 parent de6ac31 commit d6b5c8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ssl_asn1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ WOLFSSL_ASN1_INTEGER* wolfSSL_ASN1_INTEGER_dup(const WOLFSSL_ASN1_INTEGER* src)
10971097

10981098
WOLFSSL_ENTER("wolfSSL_ASN1_INTEGER_dup");
10991099

1100-
/* Check for object to dstlicate. */
1100+
/* Check for object to duplicate. */
11011101
if (src != NULL) {
11021102
/* Create a new ASN.1 INTEGER object to be copied into. */
11031103
dst = wolfSSL_ASN1_INTEGER_new();

0 commit comments

Comments
 (0)