On 06/01/2013 4:01 PM, Diego Biurrun wrote:
> 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.

OK.

>> @@ -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.

Will use this one.

>> @@ -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".

So does Oxford. Changed.

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

Reply via email to