[Asterisk-code-review] spelling: chosen (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:04:48 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16797 )
Change subject: spelling: chosen
......................................................................
spelling: chosen
Change-Id: Ife40345425a83057fe79ad865de3577dbabf55d6
---
M apps/app_minivm.c
M configs/samples/codecs.conf.sample
M res/res_srtp.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/97/16797/1
diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index 9282bb8..130b489 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -256,7 +256,7 @@
<description>
<para>This application is part of the Mini-Voicemail system, configured in minivm.conf.</para>
<para>MinivmGreet() plays default prompts or user specific prompts for an account.</para>
- <para>Busy and unavailable messages can be choosen, but will be overridden if a temporary
+ <para>Busy and unavailable messages can be chosen, but will be overridden if a temporary
message exists for the account.</para>
<variablelist>
<variable name="MVM_GREET_STATUS">
diff --git a/configs/samples/codecs.conf.sample b/configs/samples/codecs.conf.sample
index ef5a2f8..19ccf01 100644
--- a/configs/samples/codecs.conf.sample
+++ b/configs/samples/codecs.conf.sample
@@ -108,7 +108,7 @@
; The higher the percentage, the larger amount of bandwidth is
; used. Default is 0%, 10% is recommended when fec is in use.
-maxbitrate=10000 ; Use the table below to make sure a useful bitrate is choosen
+maxbitrate=10000 ; Use the table below to make sure a useful bitrate is chosen
; for maxbitrate. If not set or value is not within the bounds
; of the encoder, a default value is chosen.
;
diff --git a/res/res_srtp.c b/res/res_srtp.c
index cdd95af..be34455 100644
--- a/res/res_srtp.c
+++ b/res/res_srtp.c
@@ -846,7 +846,7 @@
}
/* On egress, Asterisk sent several crypto lines in the SIP/SDP offer
- The remote party might have choosen another line than the first */
+ The remote party might have chosen another line than the first */
for (tmp = srtp; tmp && tmp->crypto && tmp->crypto->tag != tag_from_sdp;) {
tmp = AST_LIST_NEXT(tmp, sdp_srtp_list);
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16797
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ife40345425a83057fe79ad865de3577dbabf55d6
Gerrit-Change-Number: 16797
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/f33dada3/attachment-0001.html>
More information about the asterisk-code-review
mailing list