aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-31 15:55:22 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-31 15:55:22 +0000
commit1321156549b0805eb84f062331db1143ef83cd7c (patch)
tree7bd4fd7764e01a5bdcd5576fafabb4e1f598b493 /include
parent897b24fc914be5df112997d36fa3fb06db7a028f (diff)
fix a spelling error in a comment
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@95411 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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 db760410c..010d63d8f 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;