[Asterisk-code-review] spelling: environment (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:07:46 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16907 )
Change subject: spelling: environment
......................................................................
spelling: environment
Change-Id: I5e160e8308715f29dd75b2c0c3bdddbc7e6ba7c6
---
M contrib/scripts/live_ast
M contrib/utils/eagi_proxy.c
M tests/CI/universal-asterisk-nongerrit.jenkinsfile
3 files changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/07/16907/1
diff --git a/contrib/scripts/live_ast b/contrib/scripts/live_ast
index 0b5151f..706c110 100755
--- a/contrib/scripts/live_ast
+++ b/contrib/scripts/live_ast
@@ -50,7 +50,7 @@
#
####################### Begin Samples
# optional environment variables. Set those in live/live.conf or in
-# your envirnment.
+# your environment.
#
# LIVE_AST_LIBPRI_PATH:
# To use a libpri SVN directory (without running 'make install': make include
diff --git a/contrib/utils/eagi_proxy.c b/contrib/utils/eagi_proxy.c
index 9cc3cc5..5b7f51a 100644
--- a/contrib/utils/eagi_proxy.c
+++ b/contrib/utils/eagi_proxy.c
@@ -27,7 +27,7 @@
* -you can change the port numbers in the sourcecode below
*
* Once you make the call, both programs will accept the incoming
- * connection. The program on port 8417 will print out the enviornemnt
+ * connection. The program on port 8417 will print out the environment
* (unless the appropriate define below is commented) and you can write
* any AGI command there (http://www.voip-info.org/wiki-Asterisk+AGI),
* e.g.:
@@ -58,7 +58,7 @@
/* DEFINES */
#define SIGNAL_PORT 8418
#define COMMAND_PORT 8417
-#define SEND_ENVIORNMENT /*send the enviornment thru the socket*/
+#define SEND_ENVIORNMENT /*send the environment thru the socket*/
/************************/
@@ -160,7 +160,7 @@
void* readStdin(void* ptr)
{
- while(1)/*read enviornment*/
+ while(1)/*read environment*/
{
fgets(buf,BUFSIZE,stdin);
#ifdef SEND_ENVIORNMENT
diff --git a/tests/CI/universal-asterisk-nongerrit.jenkinsfile b/tests/CI/universal-asterisk-nongerrit.jenkinsfile
index d9b0cef..7a04199 100644
--- a/tests/CI/universal-asterisk-nongerrit.jenkinsfile
+++ b/tests/CI/universal-asterisk-nongerrit.jenkinsfile
@@ -118,7 +118,7 @@
buildAsterisk: [
/* Build Asterisk */
build: true,
- /* Additional envuronment variables to pass to buildAsterisk.sh */
+ /* Additional environment variables to pass to buildAsterisk.sh */
env: [
]
],
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16907
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I5e160e8308715f29dd75b2c0c3bdddbc7e6ba7c6
Gerrit-Change-Number: 16907
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/9679d639/attachment-0001.html>
More information about the asterisk-code-review
mailing list