[asterisk-commits] dlee: branch dlee/clean-shutdown r388953 - /team/dlee/clean-shutdown/include/...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri May 17 09:08:47 CDT 2013
Author: dlee
Date: Fri May 17 09:08:45 2013
New Revision: 388953
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388953
Log:
Doc fixes
Modified:
team/dlee/clean-shutdown/include/asterisk/stasis.h
team/dlee/clean-shutdown/include/asterisk/stasis_message_router.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=388953&r1=388952&r2=388953
==============================================================================
--- team/dlee/clean-shutdown/include/asterisk/stasis.h (original)
+++ team/dlee/clean-shutdown/include/asterisk/stasis.h Fri May 17 09:08:45 2013
@@ -130,7 +130,7 @@
* Subscriptions have two options for unsubscribing, depending upon the context
* in which you need to unsubscribe.
*
- * If your subscription is owned by a module, and your must unsubscribe from the
+ * If your subscription is owned by a module, and you must unsubscribe from the
* module_unload() function, then you'll want to use the
* stasis_unsubscribe_and_join() function. This will block until the final
* message has been received on the subscription. Otherwise, there's the danger
@@ -149,7 +149,7 @@
* destruction is non-blocking. If you block the destruction waiting for the
* subscription to complete, there's the danger that the subscription may
* process a message which will bump the refcount up by one. Then it does
- * whatever it does, decrements the refcount, which then procedes to re-destroy
+ * whatever it does, decrements the refcount, which then proceeds to re-destroy
* the object. Now you've got hard to reproduce bugs that only show up under
* certain loads.
*/
Modified: team/dlee/clean-shutdown/include/asterisk/stasis_message_router.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/clean-shutdown/include/asterisk/stasis_message_router.h?view=diff&rev=388953&r1=388952&r2=388953
==============================================================================
--- team/dlee/clean-shutdown/include/asterisk/stasis_message_router.h (original)
+++ team/dlee/clean-shutdown/include/asterisk/stasis_message_router.h Fri May 17 09:08:45 2013
@@ -65,7 +65,7 @@
/*!
* \brief Unsubscribe the router from the upstream topic, blocking until the
- * final messages has been processed.
+ * final message has been processed.
*
* See stasis_unsubscribe_and_join() for info on when to use this
* vs. stasis_message_router_unsubscribe().
More information about the asterisk-commits
mailing list