Skip to content

Commit 27502b6

Browse files
InterLinked1Friendly Automation
authored andcommitted
frame.h: Fix spelling typo
Fixes CNG description from "noice" to "noise". ASTERISK-29855 #close Change-Id: Ie7cbbd7d72b426693df7447384ff8700318cd36d
1 parent d35e292 commit 27502b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/asterisk/frame.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ extern "C" {
4949
* \arg \b IMAGE: Image transport, mostly used in IAX
5050
* \arg \b TEXT: Text messages and character by character (real time text)
5151
* \arg \b TEXT_DATA: Text messages in an ast_msg_data structure
52-
* \arg \b HTML: URL's and web pages
52+
* \arg \b HTML: URLs and web pages
5353
* \arg \b MODEM: Modulated data encodings, such as T.38 and V.150
5454
* \arg \b IAX: Private frame type for the IAX protocol
55-
* \arg \b CNG: Comfort noice frames
55+
* \arg \b CNG: Comfort noise frames
5656
* \arg \b CONTROL:A control frame, subclass defined as AST_CONTROL_
5757
* \arg \b NULL: Empty, useless frame
5858
*

0 commit comments

Comments
 (0)