On Thu, Jul 04, 2013 at 11:04:32AM +0100, Jonathan Wakely wrote: > On 4 July 2013 08:20, Marc Glisse wrote: > > > > The script could do with some improvements, but it would be good indeed to > > fix some of those typos. > > > > - the script creates non-words : suppresss > > Yes, I noticed "functino" being changed to "functiono" :-) > > > I also believe you should separate comment/doc changes from code changes > > (which break the code in several places) and submit only the first category. > > The only valid changes to libstdc++-v3 files are in comments and > documentation, but they are valid so I'm going to fix them later > today, thanks for reporting them.
Hi, I ran aspell on comments in gcc. After bit of cleaning a list with frequencies is here. It is still relatively noisy and more heuristics are needed. http://kam.mff.cuni.cz/~ondra/gcc_misspells What we will do with this now? Generator is available here. https://github.com/neleai/stylepp ,file script stylepp_spellcheck_all I will write a script to replace word in comment by another probably by tomorrow. Ondra