diff options
author | James Almer <jamrial@gmail.com> | 2016-07-17 18:38:14 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-07-17 18:38:14 -0300 |
commit | 64d16fd7f5f3a2707364b43aef4f240a4e8693b4 (patch) | |
tree | a5d2199ed96a205ae9e681f2d94e3cd38a2df6bf /tools | |
parent | 309322ef65ab70690e93a32b148e82b048ce92fe (diff) | |
download | ffmpeg-64d16fd7f5f3a2707364b43aef4f240a4e8693b4.tar.gz |
tools/patcheck: add a couple more common typos
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/patcheck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patcheck b/tools/patcheck index 06482e260b..26137d6b21 100755 --- a/tools/patcheck +++ b/tools/patcheck @@ -68,7 +68,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|doesnt|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|bistream|knwon|unknwon|choosen|additonal|gurantee|availble|wich)\b' 'common typos' $* +hiegrep '\b(awnser|cant|dont|wont|doesnt|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|bistream|knwon|unknwon|choosen|additonal|gurantee|availble|wich|begining|milisecond|missmatch)\b' 'common typos' $* hiegrep 'av_log\( *NULL' 'Missing context in av_log' $* hiegrep '[^sn]printf' 'Please use av_log' $* |