aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/devicestate.h
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-02 20:31:39 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-02 20:31:39 +0000
commitf6dbbaaa8ecb3a4462048edfd5e8475493bdb2d4 (patch)
tree41edb97dfa9f29a55bbf5bfbfca794fe6c0dc9a9 /include/asterisk/devicestate.h
parent70b436e19748dbdb9cb6a0180852d4dbcffa3398 (diff)
- fix typo in rtp.c, devicestate.h
- add information about subscriptions and realtime dial plans in sip.conf.sample git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24342 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/devicestate.h')
-rw-r--r--include/asterisk/devicestate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/devicestate.h b/include/asterisk/devicestate.h
index e41b9ee27..1892ab51b 100644
--- a/include/asterisk/devicestate.h
+++ b/include/asterisk/devicestate.h
@@ -79,7 +79,7 @@ int ast_device_state_changed(const char *fmt, ...)
/*! \brief Tells Asterisk the State for Device is changed
- * \param device devicename like a dialstrin
+ * \param device devicename like a dialstring
* Asterisk polls the new extensionstates and calls the registered
* callbacks for the changed extensions
* Returns 0 on success, -1 on failure