diff --git a/formats/format_g729.c b/formats/format_g729.c index f4ba3db668..cc9e7f6960 100755 --- a/formats/format_g729.c +++ b/formats/format_g729.c @@ -32,7 +32,7 @@ #include #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 e154f64eb1..88ca9fde7b 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 671a5f954c..7a8866666c 100755 --- a/formats/format_h263.c +++ b/formats/format_h263.c @@ -32,7 +32,7 @@ #include #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 7cc5c6ff4f..30b3f73d71 100755 --- a/formats/format_wav.c +++ b/formats/format_wav.c @@ -32,7 +32,7 @@ #include #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 7fdbb86045..009c576bbb 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 */