include/asterisk/channel.h: Fix typo

Change-Id: Ie584b85e16a94c255e60d0b1732ef9686464fef3
This commit is contained in:
Rodrigo Ramírez Norambuena
2015-04-30 03:07:06 -04:00
parent 7fe923d20b
commit 7ff3b2d479

View File

@@ -3900,7 +3900,7 @@ void ast_channel_name_set(struct ast_channel *chan, const char *name);
*
* \li language
* \li accountcode
* \li peeracccount
* \li peeraccount
* \li linkedid
*/
DECLARE_STRINGFIELD_SETTERS_FOR(name);