From: Russell Bryant Date: Mon, 31 Dec 2007 15:55:22 +0000 (+0000) Subject: fix a spelling error in a comment X-Git-Tag: 1.6.0-beta1~3^2~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91ac3e9de8e7327f14f38cf997870710f57db128;p=thirdparty%2Fasterisk.git fix a spelling error in a comment git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95411 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index db760410c4..010d63d8f1 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;