From: Russell Bryant Date: Wed, 23 May 2007 02:55:22 +0000 (+0000) Subject: Fix a couple minor spelling mistakes. X-Git-Tag: 1.6.0-beta1~3^2~2613 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b9dafe09870076782e9c6d47f3d79ab4ef7017;p=thirdparty%2Fasterisk.git Fix a couple minor spelling mistakes. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@65573 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/devicestate.c b/main/devicestate.c index d0b9722700..567a52a36f 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. *