[asterisk-commits] russell: trunk r65573 - /trunk/main/devicestate.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue May 22 19:55:23 MST 2007


Author: russell
Date: Tue May 22 21:55:22 2007
New Revision: 65573

URL: http://svn.digium.com/view/asterisk?view=rev&rev=65573
Log:
Fix a couple minor spelling mistakes.

Modified:
    trunk/main/devicestate.c

Modified: trunk/main/devicestate.c
URL: http://svn.digium.com/view/asterisk/trunk/main/devicestate.c?view=diff&rev=65573&r1=65572&r2=65573
==============================================================================
--- trunk/main/devicestate.c (original)
+++ trunk/main/devicestate.c Tue May 22 21:55:22 2007
@@ -48,7 +48,7 @@
  *	or just a specific extensions.
  *
  *	For non-device related states, there's an API called
- *	devicestateproviders. This is an extendable system for
+ *	devicestate providers. This is an extendible system for
  *	delivering state information from outside sources or
  *	functions within Asterisk. Currently we have providers
  *	for app_meetme.c - the conference bridge - and call
@@ -63,7 +63,7 @@
  *
  *	The CLI command "show hints" show last known state
  *
- *	\note None of these handle user states, like an IM presense
+ *	\note None of these handle user states, like an IM presence
  *	system. res_jabber.c can subscribe and watch such states
  *	in jabber/xmpp based systems.
  *



More information about the asterisk-commits mailing list