diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-01-26 23:03:35 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-01-28 11:04:19 +0100 |
commit | 23b639c44f88099fe05c51d51993970b7a6fce9a (patch) | |
tree | 2143e3da2b9620f8658fbfc9ffe8afbf543ea4d7 /tools/patcheck | |
parent | 81ab42a334c3f7b7e23a259382fbd81384656c44 (diff) | |
download | ffmpeg-23b639c44f88099fe05c51d51993970b7a6fce9a.tar.gz |
Fix "ouput" typo and add a check.
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 35c0ee3822..c5506e6de5 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|seperate|preceed|upto|paket|posible)\b' 'common typos' $* +hiegrep '\b(awnser|cant|dont|wont|usefull|successfull|occured|teh|alot|wether|skiped|heigth|informations|colums|loosy|loosing|ouput|seperate|preceed|upto|paket|posible)\b' 'common typos' $* hiegrep 'av_log\( *NULL' 'Missing context in av_log' $* hiegrep '[^sn]printf' 'Please use av_log' $* |