]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix name in some files (bug #897)
authorMark Spencer <markster@digium.com>
Thu, 22 Jan 2004 21:30:04 +0000 (21:30 +0000)
committerMark Spencer <markster@digium.com>
Thu, 22 Jan 2004 21:30:04 +0000 (21:30 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2057 65c4cc65-6c06-0410-ace0-fbb531ad65f3

formats/format_g729.c
formats/format_gsm.c
formats/format_h263.c
formats/format_wav.c
formats/format_wav_gsm.c

index f4ba3db66843ff8ea174015fbf27135e7827d59c..cc9e7f6960fba88b1e30612bd23f815f34c48735 100755 (executable)
@@ -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@sienanet.it */
 
index e154f64eb1ddf60f7c1ddb0d857f3574387c8f3b..88ca9fde7b5ce1bd297651d616f8a2b467b6ef75 100755 (executable)
@@ -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@sienanet.it */
 
index 671a5f954cea7cf1b1e39d4f5eef08b452bd3daf..7a8866666c7966e715d4ebf28f8516fbafec3e99 100755 (executable)
@@ -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@sienanet.it */
 
index 7cc5c6ff4fb240b2fc387514fa2c5594a5f29394..30b3f73d71c25bd943a650e55528e3d4276162b6 100755 (executable)
@@ -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@sienanet.it */
 
index 7fdbb86045b3b97bcc95c5d824a3a56efc608e80..009c576bbb56a57e488803d805ddf6bb91027d2d 100755 (executable)
@@ -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@sienanet.it */