diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index db760410c456c1640dbfea3e32ff4b4d13612dab..010d63d8f1bb4ec9f395dc7da51e0e4b6ca146e6 100644 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -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;