aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-02-16 16:43:06 +0100
committerosmith <osmith@sysmocom.de>2023-02-17 09:08:21 +0000
commit95dafe8b22a66cb7aa4de7410680d09d78926620 (patch)
tree61e2a906396c197abbd4d7b07bff5135777bb190
parentcc42444539a342dfdaff22373dd528bc07d6ffe9 (diff)
Cosmetic: osmo_ortp.h: fix typos
-rw-r--r--include/osmocom/trau/osmo_ortp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osmocom/trau/osmo_ortp.h b/include/osmocom/trau/osmo_ortp.h
index 4cf2321..1fe28de 100644
--- a/include/osmocom/trau/osmo_ortp.h
+++ b/include/osmocom/trau/osmo_ortp.h
@@ -15,11 +15,11 @@ struct _RtpSession;
/*! \brief standard payload type for GSM Full Rate (FR) */
#define RTP_PT_GSM_FULL 3
-/*! \brief Osmocom pseudo-static paylaod type for Half Rate (HR) */
+/*! \brief Osmocom pseudo-static payload type for Half Rate (HR) */
#define RTP_PT_GSM_HALF 96
-/*! \brief Osmocom pseudo-static paylaod type for Enhanced Full Rate (EFR) */
+/*! \brief Osmocom pseudo-static payload type for Enhanced Full Rate (EFR) */
#define RTP_PT_GSM_EFR 97
-/*! \brief Osmocom pseudo-static paylaod type for Adaptive Multi Rate (AMR) */
+/*! \brief Osmocom pseudo-static payload type for Adaptive Multi Rate (AMR) */
#define RTP_PT_AMR 98
#define GSM_VOICE_SAMPLE_RATE_HZ 8000