diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-01-25 12:25:11 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-09 22:02:49 +0100 |
commit | ffae713a5b3a0d20ff958d8bd58a052b495c38fd (patch) | |
tree | c1498773aea4c9f8b5a5b625a4cdacb9dc52d253 /tools/patcheck | |
parent | eab6968f24991145ca3dc38635cef36884bfd757 (diff) | |
download | ffmpeg-ffae713a5b3a0d20ff958d8bd58a052b495c38fd.tar.gz |
Fix a bunch of common typos.
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 94e1232e30..b3943c5d7c 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|seperate|preceed|upto|paket|posible|unkown|inpossible|dimention)\b' 'common typos' $* hiegrep 'av_log\( *NULL' 'Missing context in av_log' $* hiegrep '[^sn]printf' 'Please use av_log' $* |