[Asterisk-code-review] spelling: disabled (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:06:39 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16880 )
Change subject: spelling: disabled
......................................................................
spelling: disabled
Change-Id: I64499c02e05feacc8464c4f237dbf4ff9d2c5927
---
M include/asterisk/res_pjsip.h
M res/res_pjsip/pjsip_options.c
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/80/16880/1
diff --git a/include/asterisk/res_pjsip.h b/include/asterisk/res_pjsip.h
index 6cbd8df..9b73a7e 100644
--- a/include/asterisk/res_pjsip.h
+++ b/include/asterisk/res_pjsip.h
@@ -323,7 +323,7 @@
unsigned int qualify_frequency;
/*! If true authenticate the qualify challenge response if needed */
int authenticate_qualify;
- /*! Qualify timeout. 0 is diabled. */
+ /*! Qualify timeout. 0 is disabled. */
double qualify_timeout;
/*! Endpoint that added the contact, only available in observers */
struct ast_sip_endpoint *endpoint;
@@ -401,7 +401,7 @@
struct ao2_container *permanent_contacts;
/*! Determines whether SIP Path headers are supported */
unsigned int support_path;
- /*! Qualify timeout. 0 is diabled. */
+ /*! Qualify timeout. 0 is disabled. */
double qualify_timeout;
/*! Voicemail extension to set in Message-Account */
char *voicemail_extension;
diff --git a/res/res_pjsip/pjsip_options.c b/res/res_pjsip/pjsip_options.c
index cc0b5db..2dd9fc7 100644
--- a/res/res_pjsip/pjsip_options.c
+++ b/res/res_pjsip/pjsip_options.c
@@ -182,7 +182,7 @@
unsigned int qualify_frequency;
/*! If true authenticate the qualify challenge response if needed */
int authenticate_qualify;
- /*! \brief Qualify timeout. 0 is diabled. */
+ /*! \brief Qualify timeout. 0 is disabled. */
double qualify_timeout;
/*! \brief The name of the AOR */
char name[0];
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16880
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I64499c02e05feacc8464c4f237dbf4ff9d2c5927
Gerrit-Change-Number: 16880
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/2392b7ec/attachment-0001.html>
More information about the asterisk-code-review
mailing list