aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/utils.c
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2012-06-28 12:01:06 -0800
committerMichael Niedermayer <michaelni@gmx.at>2012-06-29 14:54:15 +0200
commit6851130fd61ff8af615f6270f3a3c8dec7a0cfbd (patch)
tree47212f8f88c480c3fe9c66c659ad5b922d32389a /libavcodec/utils.c
parent0692d4c890bcefa708b8ee05c9f89baa2b25a22a (diff)
downloadffmpeg-6851130fd61ff8af615f6270f3a3c8dec7a0cfbd.tar.gz
cosmetics: minor libavcodec spelling errors
Also update some common misspelled words in patcheck Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/utils.c')
-rw-r--r--libavcodec/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 39a208d74e..f7a34af41e 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/utils.c
@@ -1709,7 +1709,7 @@ static enum CodecID remap_deprecated_codec_id(enum CodecID id)
{
switch(id){
//This is for future deprecatec codec ids, its empty since
- //last major bump but will fill up again over time, please dont remove it
+ //last major bump but will fill up again over time, please don't remove it
// case CODEC_ID_UTVIDEO_DEPRECATED: return CODEC_ID_UTVIDEO;
default : return id;
}