diff options
author | Andrew Dryga <[email protected]> | 2017-02-12 19:32:27 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:31:29 +0200 |
commit | ec7242c7ed2e98f40b3450d04e21d1806a4009f4 (patch) | |
tree | d85adc366f68855e2936233f015c027f909b87f1 | |
parent | 7c06ca6231b812965305522284dd9f2653ced98d (diff) | |
download | otp-ec7242c7ed2e98f40b3450d04e21d1806a4009f4.tar.gz otp-ec7242c7ed2e98f40b3450d04e21d1806a4009f4.tar.bz2 otp-ec7242c7ed2e98f40b3450d04e21d1806a4009f4.zip |
Fixed typos in lib/asn1
-rw-r--r-- | lib/asn1/examples/recordnames.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/examples/recordnames.txt b/lib/asn1/examples/recordnames.txt index 78e30ab510..9b890b4aa7 100644 --- a/lib/asn1/examples/recordnames.txt +++ b/lib/asn1/examples/recordnames.txt @@ -1,6 +1,6 @@ For each ASN1 types SET and SEQUENCE a record is generated in the .hrl file with the same name as the corresponding type. -A decoded value is also returned as a record with the apropriate name. +A decoded value is also returned as a record with the appropriate name. An internally defined type as the type in component 'a' in the following example will result in a record with name 'Seq_a': |