diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-07-18 22:46:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-07-19 18:44:46 +0200 |
commit | e03cd1049ed916ee3c01b2f545a1175d48ac9101 (patch) | |
tree | 51597d5b4cf4dcade418ef41c0bda528e25260d4 | |
parent | 5c858a0ac4a6dadc3d4d03c38e254fbdd4f59e5c (diff) | |
download | ffmpeg-e03cd1049ed916ee3c01b2f545a1175d48ac9101.tar.gz |
Fix misspellings of FFmpeg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/arm/fft_fixed_init_arm.c | 2 | ||||
-rw-r--r-- | libavcodec/fft-fixed-test.c | 4 | ||||
-rw-r--r-- | libavfilter/formats.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/arm/fft_fixed_init_arm.c b/libavcodec/arm/fft_fixed_init_arm.c index 94081d72ee..7cf8a6ef36 100644 --- a/libavcodec/arm/fft_fixed_init_arm.c +++ b/libavcodec/arm/fft_fixed_init_arm.c @@ -3,7 +3,7 @@ * * This file is part of FFmpeg. * - * FFMpeg is free software; you can redistribute it and/or + * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. diff --git a/libavcodec/fft-fixed-test.c b/libavcodec/fft-fixed-test.c index fa750b6326..a1a61604a9 100644 --- a/libavcodec/fft-fixed-test.c +++ b/libavcodec/fft-fixed-test.c @@ -1,12 +1,12 @@ /* * This file is part of FFmpeg. * - * FFMpeg is free software; you can redistribute it and/or + * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * - * FFMpeg is distributed in the hope that it will be useful, + * FFmpeg is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. diff --git a/libavfilter/formats.h b/libavfilter/formats.h index f884294cf0..c5a4e3db2b 100644 --- a/libavfilter/formats.h +++ b/libavfilter/formats.h @@ -1,5 +1,5 @@ /* - * This file is part of FFMpeg. + * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |