[FFmpeg-devel] [PATCH] cosmetics: Fix "dont" "wont" "doesnt" typos

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Jun 29 22:02:56 CEST 2013



On 29.06.2013, at 02:24, Timothy Gu <timothygu99 at gmail.com> wrote:

> ---
> doc/filters.texi            | 2 +-
> libavcodec/bmp.c            | 2 +-
> libavcodec/imgconvert.c     | 2 +-
> libavformat/act.c           | 2 +-
> libavformat/hls.c           | 2 +-
> libavformat/movenc.c        | 2 +-
> libavformat/mpegtsenc.c     | 2 +-
> libavformat/options_table.h | 4 ++--
> libavformat/utils.c         | 2 +-
> libavutil/file.h            | 2 +-
> libswresample/swresample.c  | 4 ++--
> 11 files changed, 13 insertions(+), 13 deletions(-)
> 
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 1b1d13f..d120082 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -3625,7 +3625,7 @@ Default value is @var{auto}.
> 
> @item mode
> Set the matching mode or strategy to use. @option{pc} mode is the safest in the
> -sense that it wont risk creating jerkiness due to duplicate frames when
> +sense that it won't risk creating jerkiness due to duplicate frames when

Nit: it would be better (and possibly more consistent) to avoid the short forms completely, i.e.
"will not" instead of "won't" "cannot" instead of "can't" etc.


More information about the ffmpeg-devel mailing list