[Asterisk-code-review] spelling: multiple (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:12:28 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17044 )
Change subject: spelling: multiple
......................................................................
spelling: multiple
Change-Id: I85911f53ae9e6bb3eb0f61f791b6422666116aec
---
M CHANGES
M include/asterisk/res_fax.h
M main/enum.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/44/17044/1
diff --git a/CHANGES b/CHANGES
index e485b01..5b4c7d8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6221,7 +6221,7 @@
---
* 'linkedid' and 'peeraccount' are new CDR fields available to CDR aficionados.
linkedid is based on uniqueID, but spreads to other channels as transfers, dials,
- etc are performed. Thus the pieces of CDR can be grouped into multilegged sets.
+ etc are performed. Thus the pieces of CDR can be grouped into multiplegged sets.
* Multiple files and formats can now be specified in cdr_custom.conf.
* cdr_syslog has been added which allows CDRs to be written directly to syslog.
See configs/cdr_syslog.conf.sample for more information.
diff --git a/include/asterisk/res_fax.h b/include/asterisk/res_fax.h
index b28a701..14284cf 100644
--- a/include/asterisk/res_fax.h
+++ b/include/asterisk/res_fax.h
@@ -41,7 +41,7 @@
AST_FAX_TECH_AUDIO = (1 << 2),
/*! T.38 FAX session supported */
AST_FAX_TECH_T38 = (1 << 3),
- /*! sending mulitple documents supported */
+ /*! sending multiple documents supported */
AST_FAX_TECH_MULTI_DOC = (1 << 4),
/*! T.38 - T.30 Gateway */
AST_FAX_TECH_GATEWAY = (1 << 5),
diff --git a/main/enum.c b/main/enum.c
index 61587c3..cacb93f2 100644
--- a/main/enum.c
+++ b/main/enum.c
@@ -40,7 +40,7 @@
* http://tools.ietf.org/wg/enum/draft-ietf-enum-branch-location-record/
*
* \par Possible improvement
- * \todo Implement a caching mechanism for multile enum lookups
+ * \todo Implement a caching mechanism for multiple enum lookups
* - See https://issues.asterisk.org/view.php?id=6739
* \todo The service type selection needs to be redone.
*/
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17044
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I85911f53ae9e6bb3eb0f61f791b6422666116aec
Gerrit-Change-Number: 17044
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/15cab6c3/attachment-0001.html>
More information about the asterisk-code-review
mailing list