msuraev has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/31384 )
Change subject: GSMTAP: fix typo ......................................................................
GSMTAP: fix typo
Change-Id: I152c605a01069117563d9502046fa5540fa148d9 --- M src/core/gsmtap_util.c 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: dexter: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/core/gsmtap_util.c b/src/core/gsmtap_util.c index cb7538b..4dd2acf 100644 --- a/src/core/gsmtap_util.c +++ b/src/core/gsmtap_util.c @@ -237,7 +237,7 @@ * \param[in] port UDP port number in host byte order * \return file descriptor of the new socket * - * Opens a GSMTAP source (sending) socket, conncet it to host/port and + * Opens a GSMTAP source (sending) socket, connect it to host/port and * return resulting fd. If \a host is NULL, the destination address * will be localhost. If \a port is 0, the default \ref * GSMTAP_UDP_PORT will be used.