aboutsummaryrefslogtreecommitdiffstats
path: root/formats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-22 21:30:04 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-22 21:30:04 +0000
commit73957a1ec50ca6562d16da59a1357593111b2019 (patch)
treee5a52799bea88c5213f42f40e3d1c2f2f9517e41 /formats
parent2a782d2d98d3b994a3edba3019ac56104f11e46c (diff)
Fix name in some files (bug #897)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2057 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats')
-rwxr-xr-xformats/format_g729.c2
-rwxr-xr-xformats/format_gsm.c2
-rwxr-xr-xformats/format_h263.c2
-rwxr-xr-xformats/format_wav.c2
-rwxr-xr-xformats/format_wav_gsm.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/formats/format_g729.c b/formats/format_g729.c
index f4ba3db66..cc9e7f696 100755
--- a/formats/format_g729.c
+++ b/formats/format_g729.c
@@ -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 */
diff --git a/formats/format_gsm.c b/formats/format_gsm.c
index e154f64eb..88ca9fde7 100755
--- a/formats/format_gsm.c
+++ b/formats/format_gsm.c
@@ -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 */
diff --git a/formats/format_h263.c b/formats/format_h263.c
index 671a5f954..7a8866666 100755
--- a/formats/format_h263.c
+++ b/formats/format_h263.c
@@ -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 */
diff --git a/formats/format_wav.c b/formats/format_wav.c
index 7cc5c6ff4..30b3f73d7 100755
--- a/formats/format_wav.c
+++ b/formats/format_wav.c
@@ -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 */
diff --git a/formats/format_wav_gsm.c b/formats/format_wav_gsm.c
index 7fdbb8604..009c576bb 100755
--- a/formats/format_wav_gsm.c
+++ b/formats/format_wav_gsm.c
@@ -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 */