[Asterisk-code-review] codecs.conf.sample: Fix max bandwidth speling error (asterisk[14])

George Joseph asteriskteam at digium.com
Mon Jun 12 16:11:32 CDT 2017


George Joseph has submitted this change and it was merged. ( https://gerrit.asterisk.org/5795 )

Change subject: codecs.conf.sample: Fix max_bandwidth speling error
......................................................................


codecs.conf.sample: Fix max_bandwidth speling error

Reported by Sylvain Boily via asterisk-dev mailing list.

Change-Id: Idc7623f335aea3e144dd369ba383b9a757480a9d
---
M configs/samples/codecs.conf.sample
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  George Joseph: Looks good to me, approved; Approved for Submit
  Joshua Colp: Looks good to me, but someone else must approve



diff --git a/configs/samples/codecs.conf.sample b/configs/samples/codecs.conf.sample
index 63d0352..eff3da0 100644
--- a/configs/samples/codecs.conf.sample
+++ b/configs/samples/codecs.conf.sample
@@ -162,9 +162,9 @@
 ;complexity= ; Encoder's computational complexity. Can be any number between 0
              ; and 10, inclusive. Note, 10 equals the highest complexity.
              ; (default: 10)
-;max_bandwitdth= ; Encoder's maximum bandwidth allowed. Sets an upper bandwidth
-                 ; bound on the encoder. Can be any of the following: narrow,
-                 ; medium, wide, super_wide, full. (default: full)
+;max_bandwidth= ; Encoder's maximum bandwidth allowed. Sets an upper bandwidth
+                ; bound on the encoder. Can be any of the following: narrow,
+                ; medium, wide, super_wide, full. (default: full)
 ;signal= ; Encoder's signal type. Aids in mode selection on the encoder: Can
          ; be any of the following: auto, voice, music. (default: auto)
 ;application= ; Encoder's application type. Can be any of the following: voip,

-- 
To view, visit https://gerrit.asterisk.org/5795
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idc7623f335aea3e144dd369ba383b9a757480a9d
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>



More information about the asterisk-code-review mailing list