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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:14:11 CDT 2021


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


Change subject: spelling: positive
......................................................................

spelling: positive

Change-Id: I00f123c6ee855d1f9e8d41068e75f77b74f54556
---
M channels/chan_dahdi.c
M funcs/func_env.c
2 files changed, 6 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/03/17103/1

diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index aaecd60..9c11800 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -19463,7 +19463,7 @@
 						while (c && (i < SIG_PRI_NUM_DCHANS)) {
 							dchannels[i] = atoi(c + 1);
 							if (dchannels[i] < 0) {
-								ast_log(LOG_WARNING, "D-channel for trunk group %d must be a postiive number at line %d of chan_dahdi.conf\n", trunkgroup, v->lineno);
+								ast_log(LOG_WARNING, "D-channel for trunk group %d must be a positive number at line %d of chan_dahdi.conf\n", trunkgroup, v->lineno);
 							} else
 								i++;
 							c = strchr(c + 1, ',');
@@ -19495,13 +19495,13 @@
 							} else
 									ast_verb(2, "Mapped span %d to trunk group %d (logical span %d)\n", spanno, trunkgroup, logicalspan);
 							} else
-								ast_log(LOG_WARNING, "Logical span must be a postive number, or '0' (for unspecified) at line %d of chan_dahdi.conf\n", v->lineno);
+								ast_log(LOG_WARNING, "Logical span must be a positive number, or '0' (for unspecified) at line %d of chan_dahdi.conf\n", v->lineno);
 						} else
-							ast_log(LOG_WARNING, "Trunk group must be a postive number at line %d of chan_dahdi.conf\n", v->lineno);
+							ast_log(LOG_WARNING, "Trunk group must be a positive number at line %d of chan_dahdi.conf\n", v->lineno);
 					} else
 						ast_log(LOG_WARNING, "Missing trunk group for span map at line %d of chan_dahdi.conf\n", v->lineno);
 				} else
-					ast_log(LOG_WARNING, "Span number must be a postive integer at line %d of chan_dahdi.conf\n", v->lineno);
+					ast_log(LOG_WARNING, "Span number must be a positive integer at line %d of chan_dahdi.conf\n", v->lineno);
 			} else {
 				ast_log(LOG_NOTICE, "Ignoring unknown keyword '%s' in trunkgroups\n", v->name);
 			}
diff --git a/funcs/func_env.c b/funcs/func_env.c
index e5e3e70..8135f54 100644
--- a/funcs/func_env.c
+++ b/funcs/func_env.c
@@ -718,7 +718,7 @@
 		}
 	}
 
-	/* Positve line offset */
+	/* Positive line offset */
 	if (offset > 0) {
 		int64_t count = 0;
 		fseek(ff, 0, SEEK_SET);
@@ -1119,7 +1119,7 @@
 				}
 			}
 
-			/* Positve line offset */
+			/* Positive line offset */
 			if (offset > 0) {
 				int64_t count = 0;
 				fseek(ff, 0, SEEK_SET);

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I00f123c6ee855d1f9e8d41068e75f77b74f54556
Gerrit-Change-Number: 17103
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/17390803/attachment.html>


More information about the asterisk-code-review mailing list