[Asterisk-code-review] spelling: maximum (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:12:07 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17024 )
Change subject: spelling: maximum
......................................................................
spelling: maximum
Change-Id: I1cd89be95078e7ba462cc76dbeb821590c1b8087
---
M addons/ooh323c/src/ooasn1.h
M configs/samples/queues.conf.sample
M include/asterisk/res_fax.h
M res/res_pjsip/config_system.c
4 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/24/17024/1
diff --git a/addons/ooh323c/src/ooasn1.h b/addons/ooh323c/src/ooasn1.h
index c0d3b71..aa2f8a9 100644
--- a/addons/ooh323c/src/ooasn1.h
+++ b/addons/ooh323c/src/ooasn1.h
@@ -1305,7 +1305,7 @@
/**
* This function will decode a value of the ASN.1 octet string type whose
- * maximun size is known in advance. The ASN1C compiler generates a call to
+ * maximum size is known in advance. The ASN1C compiler generates a call to
* this function to decode octet string productions or elements that contain a
* size constraint.
*
diff --git a/configs/samples/queues.conf.sample b/configs/samples/queues.conf.sample
index c470b8c..37b3e98 100644
--- a/configs/samples/queues.conf.sample
+++ b/configs/samples/queues.conf.sample
@@ -242,7 +242,7 @@
; caller and queue member channels) and just prior to the caller
; leaving the queue
; QUEUENAME name of the queue
-; QUEUEMAX maxmimum number of calls allowed
+; QUEUEMAX maximum number of calls allowed
; QUEUESTRATEGY the strategy of the queue;
; QUEUECALLS number of calls currently in the queue
; QUEUEHOLDTIME current average hold time
diff --git a/include/asterisk/res_fax.h b/include/asterisk/res_fax.h
index dc455bb..b28a701 100644
--- a/include/asterisk/res_fax.h
+++ b/include/asterisk/res_fax.h
@@ -285,7 +285,7 @@
/*! \brief get the minimum supported fax rate */
unsigned int ast_fax_minrate(void);
-/*! \brief get the maxiumum supported fax rate */
+/*! \brief get the maximum supported fax rate */
unsigned int ast_fax_maxrate(void);
/*! \brief convert an ast_fax_state to a string */
diff --git a/res/res_pjsip/config_system.c b/res/res_pjsip/config_system.c
index e16738f..091b468 100644
--- a/res/res_pjsip/config_system.c
+++ b/res/res_pjsip/config_system.c
@@ -47,7 +47,7 @@
int auto_increment;
/*! Thread idle timeout in seconds */
int idle_timeout;
- /*! Maxumum number of threads in the threadpool */
+ /*! Maximum number of threads in the threadpool */
int max_size;
} threadpool;
/*! Nonzero to disable switching from UDP to TCP transport */
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17024
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I1cd89be95078e7ba462cc76dbeb821590c1b8087
Gerrit-Change-Number: 17024
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/2fd33347/attachment.html>
More information about the asterisk-code-review
mailing list