From 92aba71fb567792fbd99d7ed9b21ece3d548b568 Mon Sep 17 00:00:00 2001 From: Mark Spencer <markster@digium.com> Date: Thu, 22 Jan 2004 21:30:04 +0000 Subject: [PATCH] Fix name in some files (bug #897) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2057 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- formats/format_g729.c | 2 +- formats/format_gsm.c | 2 +- formats/format_h263.c | 2 +- formats/format_wav.c | 2 +- formats/format_wav_gsm.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 <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 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 <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 7cc5c6ff4f..30b3f73d71 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 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 */ -- GitLab