On Sun, Jan 06, 2013 at 01:41:21PM -0500, Derek Buitenhuis wrote:
> --- a/doc/developer.texi
> +++ b/doc/developer.texi
> @@ -215,13 +215,13 @@ should also be avoided if they don't make the code 
> easier to understand.
>  set softtabstop=4
>  set cindent
>  set cinoptions=(0
> -" allow tabs in Makefiles
> +" Allow tabs in Makefiles

End in a period while you're at it.

> @@ -266,7 +266,7 @@ For Emacs, add these roughly equivalent lines to your 
> @file{.emacs.d/init.el}:
>  @item
>     The commit message should have a short first line in the form of
>     @samp{topic: short description} as header, separated by a newline
> -   from the body consting in few lines explaining the reason of the patch.
> +   from the body consisting in few lines explaining the reason of the patch.

  .. consisting of an explanation why the change is necessary.

or

  .. consisting of an explanation for the change.

would be even better IMO, feel free to limit the change to the typo
fix if you prefer.

> @@ -315,7 +315,7 @@ For Emacs, add these roughly equivalent lines to your 
> @file{.emacs.d/init.el}:
>  @item
>      Never write to unallocated memory, never write over the end of arrays,
>      always check values read from some untrusted source before using them
> -    as array index or other risky things. Always use valgrind to doublecheck.
> +    as array index or other risky things. Always use valgrind to double 
> check.

Merriam-Webster says the verb is spelled "double-check".

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to