diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-09-25 07:42:32 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-09-25 07:42:32 +0200 |
commit | 4390f8c28daab9ac9f2c7b9164bdb79b3689d484 (patch) | |
tree | 9565d11ffbd7cfd49e403cdb2571b12e57d6f53a /tools/patcheck | |
parent | aea15df3b4c264b5b13d5f85341f52c7ec756c6f (diff) | |
download | ffmpeg-4390f8c28daab9ac9f2c7b9164bdb79b3689d484.tar.gz |
Fix two "skiping" typo.
Diffstat (limited to 'tools/patcheck')
-rwxr-xr-x | tools/patcheck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patcheck b/tools/patcheck index 80073aead9..f82787be37 100755 --- a/tools/patcheck +++ b/tools/patcheck @@ -67,7 +67,7 @@ $EGREP $OPT '^\+ *(const *|)static' $*| $EGREP --color=always '[^=]= *(0|NULL)[^ cat $TMP hiegrep '# *ifdef * (HAVE|CONFIG)_' 'ifdefs that should be #if' $* -hiegrep '\b(awnser|cant|dont|wont|usefull|successfull|occured|teh|alot|wether|skiped|heigth|informations|colums|loosy|loosing|ouput|seperate|preceed|upto|paket|posible|unkown|inpossible|dimention|acheive|funtions|overriden|outputing|seperation|initalize|compatibilty)\b' 'common typos' $* +hiegrep '\b(awnser|cant|dont|wont|usefull|successfull|occured|teh|alot|wether|skiped|skiping|heigth|informations|colums|loosy|loosing|ouput|seperate|preceed|upto|paket|posible|unkown|inpossible|dimention|acheive|funtions|overriden|outputing|seperation|initalize|compatibilty)\b' 'common typos' $* hiegrep 'av_log\( *NULL' 'Missing context in av_log' $* hiegrep '[^sn]printf' 'Please use av_log' $* |