[Asterisk-code-review] spelling: something (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:16:58 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17198 )


Change subject: spelling: something
......................................................................

spelling: something

Change-Id: I439fdafd2380197dd6a7977092dcbe2e97e4b32e
---
M channels/chan_pjsip.c
M channels/chan_sip.c
M include/asterisk/logger.h
3 files changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/98/17198/1

diff --git a/channels/chan_pjsip.c b/channels/chan_pjsip.c
index 3cbbc3b..adc89a3 100644
--- a/channels/chan_pjsip.c
+++ b/channels/chan_pjsip.c
@@ -2933,7 +2933,7 @@
 		return AST_CAUSE_BEARERCAPABILITY_NOTAVAIL;
 	default:
 		if (cause < 500 && cause >= 400) {
-			/* 4xx class error that is unknown - someting wrong with our request */
+			/* 4xx class error that is unknown - something wrong with our request */
 			return AST_CAUSE_INTERWORKING;
 		} else if (cause < 600 && cause >= 500) {
 			/* 5xx class error - problem in the remote end */
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index cb4f03e..da45fe8 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -7062,7 +7062,7 @@
 			return AST_CAUSE_BEARERCAPABILITY_NOTAVAIL;
 		default:
 			if (cause < 500 && cause >= 400) {
-				/* 4xx class error that is unknown - someting wrong with our request */
+				/* 4xx class error that is unknown - something wrong with our request */
 				return AST_CAUSE_INTERWORKING;
 			} else if (cause < 600 && cause >= 500) {
 				/* 5xx class error - problem in the remote end */
@@ -26590,7 +26590,7 @@
 		}
 
 		if (!error && ast_strlen_zero(pickup.exten) && !replaces_chan) {
-			/* Oops, someting wrong anyway, no owner, no call */
+			/* Oops, something wrong anyway, no owner, no call */
 			ast_log(LOG_NOTICE, "Supervised transfer attempted to replace non-existing call id (%s)!\n", replace_id);
 			/* Check for better return code */
 			transmit_response_reliable(p, "481 Call Leg Does Not Exist (Replace)", req);
diff --git a/include/asterisk/logger.h b/include/asterisk/logger.h
index 170fb68..497557a 100644
--- a/include/asterisk/logger.h
+++ b/include/asterisk/logger.h
@@ -825,9 +825,9 @@
  * while(something) {
  *     SCOPE_ENTER(2, "In a while\n");
  *     if (something) {
- *         SCOPE_EXIT_EXPR(break, "Somethiung broke me\n");
+ *         SCOPE_EXIT_EXPR(break, "Something broke me\n");
  *     } else {
- *         SCOPE_EXIT_EXPR(continue, "Somethiung continued me\n");
+ *         SCOPE_EXIT_EXPR(continue, "Something continued me\n");
  *     }
  * }
  */

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17198
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I439fdafd2380197dd6a7977092dcbe2e97e4b32e
Gerrit-Change-Number: 17198
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/7be66d3f/attachment-0001.html>


More information about the asterisk-code-review mailing list