aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-06-28 10:30:25 +0200
committerosmith <osmith@sysmocom.de>2023-06-28 11:49:45 +0000
commit292ba1bdb1906eddd430af2cfe038420ffa13726 (patch)
tree3bb56f914a9fbe5045ff571591bccfa43b7fccb1 /src
parent10d9f8dcf427d2228a78a50637187739f7af0351 (diff)
Cosmetic: fix a typo
Diffstat (limited to 'src')
-rw-r--r--src/libosmo-mgcp-client/mgcp_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libosmo-mgcp-client/mgcp_client.c b/src/libosmo-mgcp-client/mgcp_client.c
index b0ccfe741..d901c4d2b 100644
--- a/src/libosmo-mgcp-client/mgcp_client.c
+++ b/src/libosmo-mgcp-client/mgcp_client.c
@@ -148,7 +148,7 @@ unsigned int map_codec_to_pt(const struct ptmap *ptmap, unsigned int ptmap_len,
* is also ignored and a 1:1 mapping is performed instead. */
/* we may return the codec directly since enum mgcp_codecs directly
- * corresponds to the statićally assigned payload types */
+ * corresponds to the statically assigned payload types */
if (codec < 96 || codec > 127)
return codec;