diff options
author | Lou Logan <lou@lrcd.com> | 2012-06-28 12:01:06 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-29 14:54:15 +0200 |
commit | 6851130fd61ff8af615f6270f3a3c8dec7a0cfbd (patch) | |
tree | 47212f8f88c480c3fe9c66c659ad5b922d32389a /libavcodec/elbg.c | |
parent | 0692d4c890bcefa708b8ee05c9f89baa2b25a22a (diff) | |
download | ffmpeg-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/elbg.c')
-rw-r--r-- | libavcodec/elbg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/elbg.c b/libavcodec/elbg.c index ede863e9be..4f399e7c93 100644 --- a/libavcodec/elbg.c +++ b/libavcodec/elbg.c @@ -188,7 +188,7 @@ static void get_new_centroids(elbg_data *elbg, int huc, int *newcentroid_i, /** * Add the points in the low utility cell to its closest cell. Split the high - * utility cell, putting the separed points in the (now empty) low utility + * utility cell, putting the separate points in the (now empty) low utility * cell. * * @param elbg Internal elbg data |