[PATCH] Fix common typos.

David Harvey d.harvey at unsw.edu.au
Mon Jul 22 00:44:12 CEST 2013


Many of your "corrections" are standard British (or in my case Australian) spelling.

david

On 22/07/2013, at 5:31 AM, Ondřej Bílka <neleai at seznam.cz>
 wrote:

> Hi,
> 
> One of things that benefit from economy of scale is fixing typos. Below
> is patch that fixes 99 typos and it was fast to generate.
> 
> This is part of project that I am writing
> https://github.com/neleai/stylepp
> whose aim is to effectively solve various issues.
> 
> A method that I used is following:
> 
> There is script stylepp_fix_spell. This script reads dictionary file. 
> then it will find all occurences in c comments, html, texi and txt files 
> and fix them.
> 
> I used dictionaries(save as dictionary file) with fixes of common mistakes here:
> 
> A list of common typos made in wikipedia
> https://github.com/neleai/stylepp/blob/master/maintained/dictionary_wiki
> A list of correct capitalizations of names.
> https://github.com/neleai/stylepp/blob/master/maintained/dictionary_names
> 
> Then I generated list of likely typos with
> 
> stylepp_spellcheck
> 
> then found likely misspells with
> 
> stylepp_make_dictionary
> 
>    acknowledgements acknowledgments
>           amortised amortized
>            analysed analyzed
>            apppears appears
>             assings assigns
>         cancelation cancellation
>          cancelling canceling
>             chosing choosing
>         complementt complement
>      conservativeky conservatively
>         coprocessor coproccessor
>         daplicating duplicating
>        declaratinos declarations
>          emphasised emphasized
>       factorisation factorization
>             functon function
>         granilarity granularity
>         initialised initialized
>             inlcude include
>              matris matrix
>         measurments measurements
>          mechnanism mechanism
>            minimise minimize
>      multipliciaton multiplication
>            optimise optimize
>        organisation organization
>       parameterized parametrized
>          probabilty probability
>          programmes programmers
>           recognise recognize
>          recognised recognized
>          recognises recognizes
>         recognising recognizing
>          recurrency recurrence
>            rumoured rumored
>           simplicty simplicity
>             slighty slightly
>            sligthly slightly
>             sligtly slightly
>             trucate truncate
>       uninitialised uninitialized
>          unnecssary unnecessary
>               vaues values



More information about the gmp-devel mailing list