diff options
author | Jack Lloyd <[email protected]> | 2016-03-06 06:05:29 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-03-06 06:05:29 -0500 |
commit | a3d7eb9c338d2cc48116f25894a07455b1a79443 (patch) | |
tree | 85d1bab734b1e356bbe041df7ebd001e8eb17605 /src | |
parent | b73ecdcb0ad7199e95b4a06eb029edb49eef6a47 (diff) |
Typos are easy to miss in code that is not compiled by default.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/cert/cvc/asn1_eac_str.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cert/cvc/asn1_eac_str.cpp b/src/lib/cert/cvc/asn1_eac_str.cpp index 26bc7f09d..72ad24926 100644 --- a/src/lib/cert/cvc/asn1_eac_str.cpp +++ b/src/lib/cert/cvc/asn1_eac_str.cpp @@ -85,7 +85,7 @@ void ASN1_EAC_String::decode_from(BER_Decoder& source) try { *this = ASN1_EAC_String( - Charset::transcode(ASN1::to_string(obj), LOCAL_CHARSET, chaset_is), + Charset::transcode(ASN1::to_string(obj), LOCAL_CHARSET, charset_is), obj.type_tag); } catch(Invalid_Argument& inv_arg) |