]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
frame.h: Fix spelling typo
authorNaveen Albert <asterisk@phreaknet.org>
Tue, 11 Jan 2022 18:41:18 +0000 (18:41 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Wed, 19 Jan 2022 15:27:23 +0000 (09:27 -0600)
Fixes CNG description from "noice" to "noise".

ASTERISK-29855 #close

Change-Id: Ie7cbbd7d72b426693df7447384ff8700318cd36d

include/asterisk/frame.h

index fc33771489cd45dfd9769089d72c90aab283ff3a..3b029120e539a1619f0abf3f2f57ac221397d54f 100644 (file)
@@ -49,10 +49,10 @@ extern "C" {
  * \arg \b IMAGE:  Image transport, mostly used in IAX
  * \arg \b TEXT:   Text messages and character by character (real time text)
  * \arg \b TEXT_DATA:   Text messages in an ast_msg_data structure
- * \arg \b HTML:   URL's and web pages
+ * \arg \b HTML:   URLs and web pages
  * \arg \b MODEM:  Modulated data encodings, such as T.38 and V.150
  * \arg \b IAX:    Private frame type for the IAX protocol
- * \arg \b CNG:    Comfort noice frames
+ * \arg \b CNG:    Comfort noise frames
  * \arg \b CONTROL:A control frame, subclass defined as AST_CONTROL_
  * \arg \b NULL:   Empty, useless frame
  *