pespin submitted this change.

View Change


Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
cosmetic: Fix typo in comment

Change-Id: I1f6a47aa8eb59224f4259969707f7e41d3c56a18
---
M src/gsup_client.erl
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/gsup_client.erl b/src/gsup_client.erl
index 6a583e0..d18138a 100644
--- a/src/gsup_client.erl
+++ b/src/gsup_client.erl
@@ -63,7 +63,7 @@

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{

To view, visit change 34197. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: I1f6a47aa8eb59224f4259969707f7e41d3c56a18
Gerrit-Change-Number: 34197
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged