docs: fix simple typo, speciic -> specific (#724)

There is a small typo in lib/asn1c/common/constr_TYPE.h.

Should read `specific` rather than `speciic`.
This commit is contained in:
Tim Gates 2020-12-20 08:10:00 +11:00 committed by GitHub
parent ef3e7b2528
commit 171f15f684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ typedef asn_type_selector_result_t(asn_type_selector_f)(
const void *parent_structure_ptr);
/*
* Generalized functions for dealing with the speciic type.
* Generalized functions for dealing with the specific type.
* May be directly invoked by applications.
*/
typedef struct asn_TYPE_operation_s {