aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */