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 | |
parent | eab6968f24991145ca3dc38635cef36884bfd757 (diff) | |
download | ffmpeg-ffae713a5b3a0d20ff958d8bd58a052b495c38fd.tar.gz |
Fix a bunch of common typos.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lavfi-showfiltfmts.c | 2 | ||||
-rwxr-xr-x | tools/patcheck | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/lavfi-showfiltfmts.c b/tools/lavfi-showfiltfmts.c index a75a3cb49b..d25cf3e138 100644 --- a/tools/lavfi-showfiltfmts.c +++ b/tools/lavfi-showfiltfmts.c @@ -50,7 +50,7 @@ int main(int argc, char **argv) } if (avfilter_open(&filter_ctx, filter, NULL) < 0) { - fprintf(stderr, "Inpossible to open filter with name '%s'\n", + fprintf(stderr, "Impossible to open filter with name '%s'\n", filter_name); return 1; } 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' $* |