fix a spelling error in a comment

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95411 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-12-31 15:55:22 +00:00
parent 61c23dd219
commit 91ac3e9de8

View File

@@ -1238,7 +1238,7 @@ const char *ast_state2str(enum ast_channel_state);
* \param transfercapability transfercapabilty to get the name of
* Give a name to a transfercapbility
* See above
* Returns the text form of the binary transfer capbaility
* Returns the text form of the binary transfer capability
*/
char *ast_transfercapability2str(int transfercapability) attribute_const;