From: Naveen Albert Date: Tue, 11 Jan 2022 18:41:18 +0000 (+0000) Subject: frame.h: Fix spelling typo X-Git-Tag: 16.24.0-rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23a1512a7581581d507cb6e06113cd2ca93ac884;p=thirdparty%2Fasterisk.git frame.h: Fix spelling typo Fixes CNG description from "noice" to "noise". ASTERISK-29855 #close Change-Id: Ie7cbbd7d72b426693df7447384ff8700318cd36d --- diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h index fc33771489..3b029120e5 100644 --- a/include/asterisk/frame.h +++ b/include/asterisk/frame.h @@ -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 *