[Asterisk-code-review] spelling: brief (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:04:29 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16776 )
Change subject: spelling: brief
......................................................................
spelling: brief
Change-Id: Ic1c7c797affa9b85a50857297d2bec66c6812143
---
M res/res_config_ldap.c
M res/res_pjsip_outbound_registration.c
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/76/16776/1
diff --git a/res/res_config_ldap.c b/res/res_config_ldap.c
index fc5b053..6c18ac9 100644
--- a/res/res_config_ldap.c
+++ b/res/res_config_ldap.c
@@ -405,7 +405,7 @@
int delim_tot_count = 0;
int delim_count = 0;
- /* \breif First find the total count
+ /* \brief First find the total count
*/
ldap_entry = ldap_first_entry(ldapConn, ldap_result_msg);
@@ -1758,7 +1758,7 @@
return 0;
}
-/*! \breif Relod Module
+/*! \brief Relod Module
*/
static int reload(void)
{
diff --git a/res/res_pjsip_outbound_registration.c b/res/res_pjsip_outbound_registration.c
index fa2d4f2..9c747a4 100644
--- a/res/res_pjsip_outbound_registration.c
+++ b/res/res_pjsip_outbound_registration.c
@@ -308,7 +308,7 @@
AST_STRING_FIELD(client_uri);
/*! \brief Optional user for contact header */
AST_STRING_FIELD(contact_user);
- /*! \bried Optional header parameters for contact */
+ /*! \brief Optional header parameters for contact */
AST_STRING_FIELD(contact_header_params);
/*! \brief Explicit transport to use for registration */
AST_STRING_FIELD(transport);
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16776
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ic1c7c797affa9b85a50857297d2bec66c6812143
Gerrit-Change-Number: 16776
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/d4f453e1/attachment-0001.html>
More information about the asterisk-code-review
mailing list