From c83f3a870ddbac17e708a0677a00141ec9332ab4 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 5 Oct 2021 16:09:24 +0200 Subject: cosmetic: Fix typos in documentation Change-Id: I1164490c140cc5ca82e5977d24f5971ba216014b --- src/sccp_user.c | 16 ++++++++-------- 1 file 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, -- cgit v1.2.3