From owner-freebsd-current@FreeBSD.ORG Tue Apr 19 14:58:51 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1F58106566C for ; Tue, 19 Apr 2011 14:58:51 +0000 (UTC) (envelope-from schmiedgen@gmx.net) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 07C2D8FC14 for ; Tue, 19 Apr 2011 14:58:50 +0000 (UTC) Received: (qmail invoked by alias); 19 Apr 2011 14:32:08 -0000 Received: from business-213-023-190-146.static.arcor-ip.net (EHLO [192.168.10.5]) [213.23.190.146] by mail.gmx.net (mp025) with SMTP; 19 Apr 2011 16:32:08 +0200 X-Authenticated: #3631242 X-Provags-ID: V01U2FsdGVkX19GF61C53dGrw6aQomvb77vF0BhJLPc89+x2W+msu 7iZ/5CCxdi04U5 Message-ID: <4DAD9CE8.50000@gmx.net> Date: Tue, 19 Apr 2011 16:32:08 +0200 From: Michael Schmiedgen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20110419111500.GA16509@muon.cran.org.uk> In-Reply-To: <20110419111500.GA16509@muon.cran.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: Finding typos using codespell X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2011 14:58:51 -0000 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 does contain some incorrect changes) can be found at > http://www.cran.org.uk/~brucec/freebsd/codespell_sys.diff . Nice! But there are also some false positives in .uu files. Cheers, Michael