[Asterisk-code-review] spelling: address (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:03:08 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16705 )
Change subject: spelling: address
......................................................................
spelling: address
Change-Id: I5a9e7d3c28dff26dc27387d7ccf5e38f0e977d08
---
M addons/chan_mobile.c
M configs/samples/sip.conf.sample
M res/res_pjsip.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/05/16705/1
diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c
index f3355da..7793580 100644
--- a/addons/chan_mobile.c
+++ b/addons/chan_mobile.c
@@ -100,7 +100,7 @@
int dev_id; /* device id */
int hci_socket; /* device descriptor */
char id[31]; /* the 'name' from mobile.conf */
- bdaddr_t addr; /* adddress of adapter */
+ bdaddr_t addr; /* address of adapter */
unsigned int inuse:1; /* are we in use ? */
unsigned int alignment_detection:1; /* do alignment detection on this adapter? */
struct io_context *io; /*!< io context for audio connections */
diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample
index 4947754..45d1aa9 100644
--- a/configs/samples/sip.conf.sample
+++ b/configs/samples/sip.conf.sample
@@ -94,7 +94,7 @@
; 1. Asterisk checks the SIP From: address username and matches against
; names of devices with type=user
; The name is the text between square brackets [name]
-; 2. Asterisk checks the From: addres and matches the list of devices
+; 2. Asterisk checks the From: address and matches the list of devices
; with a type=peer
; 3. Asterisk checks the IP address (and port number) that the INVITE
; was sent from and matches against any devices with type=peer
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index 2b30317..f982f0b 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -941,7 +941,7 @@
</para></description>
</configOption>
<configOption name="t38_bind_udptl_to_media_address" default="no">
- <synopsis>Bind the UDPTL instance to the media_adress</synopsis>
+ <synopsis>Bind the UDPTL instance to the media_address</synopsis>
<description><para>
If media_address is specified, this option causes the UDPTL instance to be bound to
the specified ip address which causes the packets to be sent from that address.
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16705
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I5a9e7d3c28dff26dc27387d7ccf5e38f0e977d08
Gerrit-Change-Number: 16705
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/66fe2c40/attachment-0001.html>
More information about the asterisk-code-review
mailing list