[Asterisk-cvs] asterisk/formats format_g729.c,1.7,1.8 format_gsm.c,1.12,1.13 format_h263.c,1.3,1.4 format_wav.c,1.13,1.14 format_wav_gsm.c,1.14,1.15

markster at lists.digium.com markster at lists.digium.com
Thu Jan 22 15:38:07 CST 2004


Update of /usr/cvsroot/asterisk/formats
In directory mongoose.digium.com:/tmp/cvs-serv17298/formats

Modified Files:
	format_g729.c format_gsm.c format_h263.c format_wav.c 
	format_wav_gsm.c 
Log Message:
Fix name in some files (bug #897)


Index: format_g729.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_g729.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- format_g729.c	8 Sep 2003 16:48:07 -0000	1.7
+++ format_g729.c	22 Jan 2004 21:30:04 -0000	1.8
@@ -32,7 +32,7 @@
 #include <machine/endian.h>
 #endif
 
-/* Some Ideas for this code came from makeg729e.c by Jeffery Chilton */
+/* Some Ideas for this code came from makeg729e.c by Jeffrey Chilton */
 
 /* Portions of the conversion code are by guido at sienanet.it */
 

Index: format_gsm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_gsm.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- format_gsm.c	8 Sep 2003 16:48:07 -0000	1.12
+++ format_gsm.c	22 Jan 2004 21:30:04 -0000	1.13
@@ -34,7 +34,7 @@
 #include "msgsm.h"
 
 
-/* Some Ideas for this code came from makegsme.c by Jeffery Chilton */
+/* Some Ideas for this code came from makegsme.c by Jeffrey Chilton */
 
 /* Portions of the conversion code are by guido at sienanet.it */
 

Index: format_h263.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_h263.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- format_h263.c	8 Sep 2003 16:48:07 -0000	1.3
+++ format_h263.c	22 Jan 2004 21:30:04 -0000	1.4
@@ -32,7 +32,7 @@
 #include <machine/endian.h>
 #endif
 
-/* Some Ideas for this code came from makeh263e.c by Jeffery Chilton */
+/* Some Ideas for this code came from makeh263e.c by Jeffrey Chilton */
 
 /* Portions of the conversion code are by guido at sienanet.it */
 

Index: format_wav.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_wav.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- format_wav.c	8 Sep 2003 16:48:07 -0000	1.13
+++ format_wav.c	22 Jan 2004 21:30:04 -0000	1.14
@@ -32,7 +32,7 @@
 #include <machine/endian.h>
 #endif
 
-/* Some Ideas for this code came from makewave.c by Jeffery Chilton */
+/* Some Ideas for this code came from makewave.c by Jeffrey Chilton */
 
 /* Portions of the conversion code are by guido at sienanet.it */
 

Index: format_wav_gsm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_wav_gsm.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- format_wav_gsm.c	22 Jan 2004 16:33:43 -0000	1.14
+++ format_wav_gsm.c	22 Jan 2004 21:30:04 -0000	1.15
@@ -33,7 +33,7 @@
 #endif
 #include "msgsm.h"
 
-/* Some Ideas for this code came from makewave.c by Jeffery Chilton */
+/* Some Ideas for this code came from makewave.c by Jeffrey Chilton */
 
 /* Portions of the conversion code are by guido at sienanet.it */
 




More information about the svn-commits mailing list