aboutsummaryrefslogtreecommitdiffstats
path: root/main/devicestate.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-23 02:55:22 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-23 02:55:22 +0000
commit42463641d5fd51f78314862f3dc8b7d68b3f3304 (patch)
treedd7a389d4a8a312a2737e9aaf0e17c740bde150f /main/devicestate.c
parentcba3cb183f97266b0ab6080f1a26d761fd2cff37 (diff)
Fix a couple minor spelling mistakes.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65573 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/devicestate.c')
-rw-r--r--main/devicestate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/devicestate.c b/main/devicestate.c
index d0b972270..567a52a36 100644
--- a/main/devicestate.c
+++ b/main/devicestate.c
@@ -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.
*