cosmetic: Fix typo in comment
Change-Id: I1f6a47aa8eb59224f4259969707f7e41d3c56a18changes/97/34197/2
parent
ab4e541e01
commit
89ac8713e5
|
@ -63,7 +63,7 @@ start_link(ServerAddr, ServerPort, Options) ->
|
|||
|
||||
init([Address, Port, Options]) ->
|
||||
ipa_proto:init(),
|
||||
% register the GSUP codec with the IPA core; ignore result as we mgiht be doing this multiple times
|
||||
% register the GSUP codec with the IPA core; ignore result as we might be doing this multiple times
|
||||
ipa_proto:register_codec(?IPAC_PROTO_EXT_GSUP, fun gsup_protocol:encode/1, fun gsup_protocol:decode/1),
|
||||
lager:info("Connecting to GSUP HLR on IP ~s port ~p~n", [Address, Port]),
|
||||
CcmOptions = #ipa_ccm_options{
|
||||
|
|
Loading…
Reference in New Issue