We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35e292 commit 27502b6Copy full SHA for 27502b6
include/asterisk/frame.h
@@ -49,10 +49,10 @@ extern "C" {
49
* \arg \b IMAGE: Image transport, mostly used in IAX
50
* \arg \b TEXT: Text messages and character by character (real time text)
51
* \arg \b TEXT_DATA: Text messages in an ast_msg_data structure
52
- * \arg \b HTML: URL's and web pages
+ * \arg \b HTML: URLs and web pages
53
* \arg \b MODEM: Modulated data encodings, such as T.38 and V.150
54
* \arg \b IAX: Private frame type for the IAX protocol
55
- * \arg \b CNG: Comfort noice frames
+ * \arg \b CNG: Comfort noise frames
56
* \arg \b CONTROL:A control frame, subclass defined as AST_CONTROL_
57
* \arg \b NULL: Empty, useless frame
58
*
0 commit comments