]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 209554 via svnmerge from
authorDavid Brooks <dbrooks@digium.com>
Thu, 30 Jul 2009 18:46:07 +0000 (18:46 +0000)
committerDavid Brooks <dbrooks@digium.com>
Thu, 30 Jul 2009 18:46:07 +0000 (18:46 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
  r209554 | dbrooks | 2009-07-30 11:07:05 -0500 (Thu, 30 Jul 2009) | 6 lines

  Fixes numerous spelling errors. Patch submitted by alecdavis.

  (closes issue #15595)
  Reported by: alecdavis
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@209593 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_sms.c
channels/chan_console.c
channels/chan_dahdi.c
codecs/lpc10/pitsyn.c
contrib/init.d/rc.debian.asterisk
include/asterisk/abstract_jb.h

index 6c99ad37aa56b3065e6bea66aab50cac681b2fe8..1a66a12f8781cb413ad37096dd697471a0bb7f1b 100644 (file)
@@ -1757,7 +1757,7 @@ static void sms_process(sms_t * h, int samples, signed short *data)
                        h->iphasep = 0;
                }
                if (bit && h->ibitc == 200) {       /* sync, restart message */
-                       /* Protocol 2: empty connnection ready (I am master) */
+                       /* Protocol 2: empty connection ready (I am master) */
                        if (h->framenumber < 0 && h->ibytec >= 160 && !memcmp(h->imsg, "UUUUUUUUUUUUUUUUUUUU", 20)) {
                                h->framenumber = 1;
                                ast_verb(3, "SMS protocol 2 detected\n");
index 131a3d7dbd78450b138b71dee12fc16cb6a782fe..3e326632a1e87a66d0f0a5eed08e7e5f216345d0 100644 (file)
@@ -1381,7 +1381,7 @@ static void destroy_pvts(void)
 /*!
  * \brief Load the configuration
  * \param reload if this was called due to a reload
- * \retval 0 succcess
+ * \retval 0 success
  * \retval -1 failure
  */
 static int load_config(int reload)
index 635a2acd69a7e30d289d5328fa218c4f440119a6..c0cf77e6625af54b55d6a68a4b857733b681c272 100644 (file)
@@ -842,7 +842,7 @@ static struct dahdi_pvt {
         */
        char mohinterpret[MAX_MUSICCLASS];
        /*!
-        * \brief Sugggested music-on-hold class for peer channel to use for calls.
+        * \brief Suggested music-on-hold class for peer channel to use for calls.
         * \note The "mohsuggest" string read in from chan_dahdi.conf
         */
        char mohsuggest[MAX_MUSICCLASS];
@@ -5414,7 +5414,7 @@ static struct ast_frame *dahdi_handle_event(struct ast_channel *ast)
                                p->dop.dialstr[0] = '\0';
                                break;
                        default:
-                               ast_log(LOG_WARNING, "Don't know how to handle ring/off hoook for signalling %d\n", p->sig);
+                               ast_log(LOG_WARNING, "Don't know how to handle ring/off hook for signalling %d\n", p->sig);
                        }
                        break;
                case DAHDI_EVENT_HOOKCOMPLETE:
index ea8177e223d8d5ea92f9e22776685172136525a2..36f6f2a7afe016f61cac30febec8c511e41c40ed 100644 (file)
@@ -73,7 +73,7 @@ extern int pitsyn_(integer *order, integer *voice, integer *pitch, real *rms, re
  * Initial revision
  * */
 /* Revision 1.2  1996/03/25  18:49:07  jaf */
-/* Added commments about which indices of array arguments are read or */
+/* Added comments about which indices of array arguments are read or */
 /* written. */
 
 /* Rearranged local variable declarations to indicate which need to be */
index 015f2db3001de4aa8da3c7163fd32fd594bf3ef6..2a64428526a7d0f702df845fd7a33eb4f43b9591 100755 (executable)
@@ -4,7 +4,7 @@
 # Mon Jun 04 2007 IƱaki Baz Castillo <ibc@in.ilimit.es>
 # - Eliminated SAFE_ASTERISK since it doesn't work as LSB script (it could require a independent "safe_asterisk" init script).
 # - Load and use the standar "/lib/lsb/init-functions".
-# - Addded "--oknodo" to "start-stop-daemon" for compatibility with LSB:
+# - Added "--oknodo" to "start-stop-daemon" for compatibility with LSB:
 #   http://www.linux-foundation.org/spec/refspecs/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
 #
 # Thu Nov 17 2005 Gregory Boehnlein <damin@nacs.net>
index d884ce3d54badf9da62f5ee1dbaea67159f72ccf..2a1b89fd1829f7ce876d8992f6c2956a23ddc86f 100644 (file)
@@ -183,8 +183,8 @@ void ast_jb_destroy(struct ast_channel *chan);
  * \param varname property name.
  * \param value property value.
  *
- * Called from a channel driver to build a jitterbuffer configuration tipically when
- * reading a configuration file. It is not neccessary for a channel driver to know
+ * Called from a channel driver to build a jitterbuffer configuration typically when
+ * reading a configuration file. It is not necessary for a channel driver to know
  * each of the jb configuration property names. The jitterbuffer itself knows them.
  * The channel driver can pass each config var it reads through this function. It will
  * return 0 if the variable was consumed from the jb conf.