[svn-commits] dbrooks: branch 1.6.1 r209593 - in /branches/1.6.1: ./ apps/ channels/ codecs...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 30 13:46:11 CDT 2009


Author: dbrooks
Date: Thu Jul 30 13:46:07 2009
New Revision: 209593

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=209593
Log:
Merged revisions 209554 via svnmerge from 
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
........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/apps/app_sms.c
    branches/1.6.1/channels/chan_console.c
    branches/1.6.1/channels/chan_dahdi.c
    branches/1.6.1/codecs/lpc10/pitsyn.c
    branches/1.6.1/contrib/init.d/rc.debian.asterisk
    branches/1.6.1/include/asterisk/abstract_jb.h

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/apps/app_sms.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/apps/app_sms.c?view=diff&rev=209593&r1=209592&r2=209593
==============================================================================
--- branches/1.6.1/apps/app_sms.c (original)
+++ branches/1.6.1/apps/app_sms.c Thu Jul 30 13:46:07 2009
@@ -1757,7 +1757,7 @@
 			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");

Modified: branches/1.6.1/channels/chan_console.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/channels/chan_console.c?view=diff&rev=209593&r1=209592&r2=209593
==============================================================================
--- branches/1.6.1/channels/chan_console.c (original)
+++ branches/1.6.1/channels/chan_console.c Thu Jul 30 13:46:07 2009
@@ -1381,7 +1381,7 @@
 /*!
  * \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)

Modified: branches/1.6.1/channels/chan_dahdi.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/channels/chan_dahdi.c?view=diff&rev=209593&r1=209592&r2=209593
==============================================================================
--- branches/1.6.1/channels/chan_dahdi.c (original)
+++ branches/1.6.1/channels/chan_dahdi.c Thu Jul 30 13:46:07 2009
@@ -842,7 +842,7 @@
 	 */
 	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 @@
 				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:

Modified: branches/1.6.1/codecs/lpc10/pitsyn.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/codecs/lpc10/pitsyn.c?view=diff&rev=209593&r1=209592&r2=209593
==============================================================================
--- branches/1.6.1/codecs/lpc10/pitsyn.c (original)
+++ branches/1.6.1/codecs/lpc10/pitsyn.c Thu Jul 30 13:46:07 2009
@@ -73,7 +73,7 @@
  * 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 */

Modified: branches/1.6.1/contrib/init.d/rc.debian.asterisk
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/contrib/init.d/rc.debian.asterisk?view=diff&rev=209593&r1=209592&r2=209593
==============================================================================
--- branches/1.6.1/contrib/init.d/rc.debian.asterisk (original)
+++ branches/1.6.1/contrib/init.d/rc.debian.asterisk Thu Jul 30 13:46:07 2009
@@ -4,7 +4,7 @@
 # Mon Jun 04 2007 Iñaki Baz Castillo <ibc at 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 at nacs.net>

Modified: branches/1.6.1/include/asterisk/abstract_jb.h
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.1/include/asterisk/abstract_jb.h?view=diff&rev=209593&r1=209592&r2=209593
==============================================================================
--- branches/1.6.1/include/asterisk/abstract_jb.h (original)
+++ branches/1.6.1/include/asterisk/abstract_jb.h Thu Jul 30 13:46:07 2009
@@ -183,8 +183,8 @@
  * \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.




More information about the svn-commits mailing list