Re: Finding typos using codespell

2011-04-19 Thread J. Hellenthal
On Tue, Apr 19, 2011 at 08:17:37PM -0400, J. Hellenthal wrote: >On Tue, Apr 19, 2011 at 02:22:10PM +0200, Ulrich Spörlein wrote: >>On Tue, 19.04.2011 at 12:15:00 +0100, Bruce Cran wrote: >>> There's a new tool that can be used to find spelling mistakes in code: >>> codespell >>> from http://www.p

Re: Finding typos using codespell

2011-04-19 Thread J. Hellenthal
On Tue, Apr 19, 2011 at 02:22:10PM +0200, Ulrich Spörlein wrote: >On Tue, 19.04.2011 at 12:15:00 +0100, Bruce Cran wrote: >> There's a new tool that can be used to find spelling mistakes in code: >> codespell >> from http://www.politreco.com has already been used to find mistakes in both >> Linu

Re: Finding typos using codespell

2011-04-19 Thread Hans Petter Selasky
On Tuesday 19 April 2011 13:15:00 Bruce Cran wrote: > There's a new tool that can be used to find spelling mistakes in code: > codespell from http://www.politreco.com has already been used to find > mistakes in both Linux and LLVM. I ran it on sys/ and it found lots of > potential typos - the full

Re: Finding typos using codespell

2011-04-19 Thread Michael Schmiedgen
On 19.04.2011 13:15, Bruce Cran wrote: There's a new tool that can be used to find spelling mistakes in code: codespell from http://www.politreco.com has already been used to find mistakes in both Linux and LLVM. I ran it on sys/ and it found lots of potential typos - the full diff (which I know

Re: Finding typos using codespell

2011-04-19 Thread Luigi Rizzo
On Tue, Apr 19, 2011 at 12:15:00PM +0100, Bruce Cran wrote: > There's a new tool that can be used to find spelling mistakes in code: > codespell > from http://www.politreco.com has already been used to find mistakes in both > Linux and LLVM. I ran it on sys/ and it found lots of potential typos

Re: Finding typos using codespell

2011-04-19 Thread Ulrich Spörlein
On Tue, 19.04.2011 at 12:15:00 +0100, Bruce Cran wrote: > There's a new tool that can be used to find spelling mistakes in code: > codespell > from http://www.politreco.com has already been used to find mistakes in both > Linux and LLVM. I ran it on sys/ and it found lots of potential typos - th

Finding typos using codespell

2011-04-19 Thread Bruce Cran
There's a new tool that can be used to find spelling mistakes in code: codespell from http://www.politreco.com has already been used to find mistakes in both Linux and LLVM. I ran it on sys/ and it found lots of potential typos - the full diff (which I know does contain some incorrect changes)