Merge "include/asterisk/channel.h: Fix typo"

This commit is contained in:
Matt Jordan
2015-05-02 10:19:14 -05:00
committed by Gerrit Code Review

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);