[asterisk-commits] russell: branch russell/ast_channel_ao2 r183808 - /team/russell/ast_channel_a...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 23 15:22:26 CDT 2009
Author: russell
Date: Mon Mar 23 15:22:22 2009
New Revision: 183808
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=183808
Log:
grammar fail
Modified:
team/russell/ast_channel_ao2/include/asterisk/channel.h
Modified: team/russell/ast_channel_ao2/include/asterisk/channel.h
URL: http://svn.digium.com/svn-view/asterisk/team/russell/ast_channel_ao2/include/asterisk/channel.h?view=diff&rev=183808&r1=183807&r2=183808
==============================================================================
--- team/russell/ast_channel_ao2/include/asterisk/channel.h (original)
+++ team/russell/ast_channel_ao2/include/asterisk/channel.h Mon Mar 23 15:22:22 2009
@@ -416,7 +416,7 @@
* But, make sure that the reference gets released when you are done with it!
*
* There are different things you can do when you are done with a reference to a channel. The first
- * is to simple release the reference using ast_channel_unref(). The other option is to call
+ * is to simply release the reference using ast_channel_unref(). The other option is to call
* ast_channel_release(). This function is generally used where ast_channel_free() was used in
* the past. The release function releases a reference as well as ensures that the channel is no
* longer in the global channels container. That way, the channel will get destroyed as soon as any
More information about the asterisk-commits
mailing list