[Asterisk-code-review] spelling: request (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:15:58 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17155 )
Change subject: spelling: request
......................................................................
spelling: request
Change-Id: I7e141836ee718e986b71edd1985279d17842bd1f
---
M CHANGES
M configs/samples/pjsip.conf.sample
M include/asterisk/ari.h
M main/ccss.c
4 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/55/17155/1
diff --git a/CHANGES b/CHANGES
index aaca261..a17a9a6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2337,7 +2337,7 @@
------------------
* Added new global option (disable_multi_domain) to pjsip.
Disabling Multi Domain can improve realtime performance by reducing
- number of database requsts.
+ number of database requests.
chan_pjsip
------------------
diff --git a/configs/samples/pjsip.conf.sample b/configs/samples/pjsip.conf.sample
index a8791f0..6d0ddf4 100644
--- a/configs/samples/pjsip.conf.sample
+++ b/configs/samples/pjsip.conf.sample
@@ -1205,7 +1205,7 @@
;disable_multi_domain=no
; Disable Multi Domain support.
; If disabled it can improve realtime performance by reducing
- ; number of database requsts
+ ; number of database requests
; (default: "no")
;endpoint_identifier_order=ip,username,anonymous
; The order by which endpoint identifiers are given priority.
diff --git a/include/asterisk/ari.h b/include/asterisk/ari.h
index 17464c0..7f06db0 100644
--- a/include/asterisk/ari.h
+++ b/include/asterisk/ari.h
@@ -53,7 +53,7 @@
* \param ser TCP/TLS session object
* \param get_params GET parameters from the HTTP request.
* \param path_vars Path variables from any wildcard path segments.
- * \param headers HTTP headers from the HTTP requiest.
+ * \param headers HTTP headers from the HTTP request.
* \param[out] response The RESTful response.
*/
typedef void (*stasis_rest_callback)(
diff --git a/main/ccss.c b/main/ccss.c
index 2cec251..9982d6a 100644
--- a/main/ccss.c
+++ b/main/ccss.c
@@ -606,7 +606,7 @@
match_flags = MATCH_NO_REQUEST;
core_instance = ao2_t_callback_data(cc_core_instances, 0, match_agent,
(char *) device_name, &match_flags,
- "Find Core Instance for ccss_device_state reqeust.");
+ "Find Core Instance for ccss_device_state request.");
if (!core_instance) {
ast_log_dynamic_level(cc_logger_level,
"Couldn't find a core instance for caller %s\n", device_name);
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17155
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I7e141836ee718e986b71edd1985279d17842bd1f
Gerrit-Change-Number: 17155
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/0f4d2e47/attachment.html>
More information about the asterisk-code-review
mailing list