summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorRodrigo Ramírez Norambuena <decipher.hk@gmail.com>2015-04-30 03:07:06 -0400
committerCorey Farrell <git@cfware.com>2015-05-02 02:28:13 -0500
commit525c8c8689225008f0916266cb06eae98dde45bf (patch)
treef86bf8cf98562746e77cccc358d77900e9c660cf /include/asterisk/channel.h
parentec0f80b6e8d5f6952bdf48e8f19a024ebc64840e (diff)
include/asterisk/channel.h: Fix typo
Change-Id: Ie584b85e16a94c255e60d0b1732ef9686464fef3
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index b05a06628..a12099882 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -3920,7 +3920,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);