[asterisk-commits] dlee: branch dlee/clean-shutdown r388696 - /team/dlee/clean-shutdown/include/...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue May 14 13:03:28 CDT 2013
Author: dlee
Date: Tue May 14 13:03:26 2013
New Revision: 388696
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388696
Log:
Fixed a typ.
Modified:
team/dlee/clean-shutdown/include/asterisk/stasis.h
Modified: team/dlee/clean-shutdown/include/asterisk/stasis.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/clean-shutdown/include/asterisk/stasis.h?view=diff&rev=388696&r1=388695&r2=388696
==============================================================================
--- team/dlee/clean-shutdown/include/asterisk/stasis.h (original)
+++ team/dlee/clean-shutdown/include/asterisk/stasis.h Tue May 14 13:03:26 2013
@@ -312,7 +312,7 @@
/*!
* \brief Cancel a subscription, blocking until the last message is processed.
*
- * While normally it's recommended to stasis_unsubscribe() and wait ofr
+ * While normally it's recommended to stasis_unsubscribe() and wait for
* stasis_subscription_final_message(), there are times (like during a module
* unload) where you have to wait for the final message (otherwise you'll call
* a function in a shared module that no longer exists).
More information about the asterisk-commits
mailing list