aboutsummaryrefslogtreecommitdiffstats
path: root/src/sccp_user.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-10-05 16:09:24 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-10-05 16:09:24 +0200
commitc83f3a870ddbac17e708a0677a00141ec9332ab4 (patch)
tree07a950e3712395abf5dbf5bb52ee713a09c6cae2 /src/sccp_user.c
parent4dfb938f9c61e34d6cd296ec20cf39588e21e4cf (diff)
cosmetic: Fix typos in documentation
Diffstat (limited to 'src/sccp_user.c')
-rw-r--r--src/sccp_user.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/sccp_user.c b/src/sccp_user.c
index d8e78f0..a654cc6 100644
--- a/src/sccp_user.c
+++ b/src/sccp_user.c
@@ -475,10 +475,10 @@ const char *osmo_sccp_user_name(struct osmo_sccp_user *scu)
* \param[in] name human readable name
* \param[in] default_pc pointcode to be used on missing VTY setting
* \param[in] prot protocol to be used (e.g OSMO_SS7_ASP_PROT_M3UA)
- * \param[in] default_local_port local port to be usd on missing VTY setting
- * \param[in] default_local_ip local IP-address to be usd on missing VTY setting
- * \param[in] default_remote_port remote port to be usd on missing VTY setting
- * \param[in] default_remote_ip remote IP-address to be usd on missing VTY setting
+ * \param[in] default_local_port local port to be used on missing VTY setting
+ * \param[in] default_local_ip local IP-address to be used on missing VTY setting
+ * \param[in] default_remote_port remote port to be used on missing VTY setting
+ * \param[in] default_remote_ip remote IP-address to be used on missing VTY setting
* \returns callee-allocated SCCP instance on success; NULL on error */
struct osmo_sccp_instance *
@@ -664,10 +664,10 @@ out_ss7:
* \param[in] name human readable name
* \param[in] default_pc pointcode to be used on missing VTY setting
* \param[in] prot protocol to be used (e.g OSMO_SS7_ASP_PROT_M3UA)
- * \param[in] default_local_port local port to be usd on missing VTY setting
- * \param[in] default_local_ip local IP-address to be usd on missing VTY setting
- * \param[in] default_remote_port remote port to be usd on missing VTY setting
- * \param[in] default_remote_ip remote IP-address to be usd on missing VTY setting
+ * \param[in] default_local_port local port to be used on missing VTY setting
+ * \param[in] default_local_ip local IP-address to be used on missing VTY setting
+ * \param[in] default_remote_port remote port to be used on missing VTY setting
+ * \param[in] default_remote_ip remote IP-address to be used on missing VTY setting
* \returns callee-allocated SCCP instance on success; NULL on error */
struct osmo_sccp_instance *
osmo_sccp_simple_client(void *ctx, const char *name, uint32_t default_pc,