aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1ct.erl
diff options
context:
space:
mode:
authorAndrew Dryga <[email protected]>2017-02-12 19:34:56 +0200
committerAndrew Dryga <[email protected]>2017-02-14 11:31:30 +0200
commitef0e31ffbd35d9f0fe542a231ee450a5ead2bba5 (patch)
treeb30fb92841ffcc2f190cfce86abb328f9b14a4c2 /lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1ct.erl
parentec7242c7ed2e98f40b3450d04e21d1806a4009f4 (diff)
downloadotp-ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5.tar.gz
otp-ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5.tar.bz2
otp-ef0e31ffbd35d9f0fe542a231ee450a5ead2bba5.zip
Fixed typos in lib/dialyzer
Diffstat (limited to 'lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1ct.erl')
-rw-r--r--lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1ct.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1ct.erl b/lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1ct.erl
index ed38b2f915..3829479a94 100644
--- a/lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1ct.erl
+++ b/lib/dialyzer/test/r9c_SUITE_data/src/asn1/asn1ct.erl
@@ -520,7 +520,7 @@ save_automatic_tagged_types([_M|Ms]) ->
%% remove_in_set_imports/3 :
%% input: list with tuples of each module's imports and module name
%% respectively.
-%% output: one list with same format but each occured import from a
+%% output: one list with same format but each occurred import from a
%% module in the input set (IMNameL) is removed.
remove_in_set_imports([{{imports,ImpL},_ModName}|Rest],InputMNameL,Acc) ->
NewImpL = remove_in_set_imports1(ImpL,InputMNameL,[]),
@@ -1628,7 +1628,7 @@ tlv_tag1(<<1:1,PartialTag:7,Buffer/binary>>,Acc) ->
tlv_tag1(Buffer,(Acc bsl 7) bor PartialTag).
%% reads the content from the configuration file and returns the
-%% selected part choosen by InfoType. Assumes that the config file
+%% selected part chosen by InfoType. Assumes that the config file
%% content is an Erlang term.
read_config_file(ModuleName,InfoType) when atom(InfoType) ->
CfgList = read_config_file(ModuleName),