[asterisk-commits] dlee: trunk r385835 - /trunk/include/asterisk/stasis_channels.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 16 09:09:27 CDT 2013


Author: dlee
Date: Tue Apr 16 09:09:25 2013
New Revision: 385835

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=385835
Log:
Fixed a typo

Modified:
    trunk/include/asterisk/stasis_channels.h

Modified: trunk/include/asterisk/stasis_channels.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/stasis_channels.h?view=diff&rev=385835&r1=385834&r2=385835
==============================================================================
--- trunk/include/asterisk/stasis_channels.h (original)
+++ trunk/include/asterisk/stasis_channels.h Tue Apr 16 09:09:25 2013
@@ -34,7 +34,7 @@
  * \brief Structure representing a snapshot of channel state.
  *
  * While not enforced programmatically, this object is shared across multiple
- * threads, and should be threated as an immutable object.
+ * threads, and should be treated as an immutable object.
  */
 struct ast_channel_snapshot {
 	AST_DECLARE_STRING_FIELDS(




More information about the asterisk-commits mailing list