summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-07-18 22:46:47 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-07-19 18:44:46 +0200
commite03cd1049ed916ee3c01b2f545a1175d48ac9101 (patch)
tree51597d5b4cf4dcade418ef41c0bda528e25260d4
parent5c858a0ac4a6dadc3d4d03c38e254fbdd4f59e5c (diff)
downloadffmpeg-streaming-e03cd1049ed916ee3c01b2f545a1175d48ac9101.zip
ffmpeg-streaming-e03cd1049ed916ee3c01b2f545a1175d48ac9101.tar.gz
Fix misspellings of FFmpeg
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/arm/fft_fixed_init_arm.c2
-rw-r--r--libavcodec/fft-fixed-test.c4
-rw-r--r--libavfilter/formats.h2
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 94081d7..7cf8a6e 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 fa750b6..a1a6160 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 f884294..c5a4e3d 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
OpenPOWER on IntegriCloud