From owner-freebsd-current@FreeBSD.ORG Fri Dec 29 13:33:46 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5151816A407 for ; Fri, 29 Dec 2006 13:33:46 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.freebsd.org (Postfix) with ESMTP id B363313C468 for ; Fri, 29 Dec 2006 13:33:45 +0000 (UTC) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.4/8.13.3) with ESMTP id kBTCst7U080272; Fri, 29 Dec 2006 15:56:10 +0300 (MSK) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.4/8.13.3/Submit) id kBTCssRv080267; Fri, 29 Dec 2006 15:54:54 +0300 (MSK) (envelope-from yar) Date: Fri, 29 Dec 2006 15:54:54 +0300 From: Yar Tikhiy To: Andre Guibert de Bruet Message-ID: <20061229125454.GF76083@comp.chem.msu.su> References: <21FFCA85-E5E5-4B60-BFB5-54C63A33ED90@siliconlandmark.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21FFCA85-E5E5-4B60-BFB5-54C63A33ED90@siliconlandmark.com> User-Agent: Mutt/1.5.9i Cc: current@freebsd.org Subject: Re: [PATCH] Typo fixes: preceed -> precede 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: Fri, 29 Dec 2006 13:33:46 -0000 On Thu, Dec 28, 2006 at 02:02:23AM -0500, Andre Guibert de Bruet wrote: > Hi, > > The attached patch fixes the misspelling of the word "precede" in CVS > HEAD in a number of source files and man pages. It needs to be > applied in src/. Could someone commit it? > > It can also be found online at: https://bling.properkernel.com/ > freebsd/20061227-fix-preceed.patch > > Andy > > PS: This patch does not fix the instances in src/contrib/ as it is my > understanding that these are vendor imported sources. I will take > these up with the appropriate people. Thank you for spotting those typos! Personally, I hate typos in comments and docs as they make me suspect that the author didn't have enough concentration to write good code either. :-) My only remark is that we should't touch the files in src/crypto/ or the manpages in src/secure/. The former are much like those in src/contrib/, while the latter are auto-generated from the POD files in src/crypto/. Having said that, I'll happily correct the rest of slips you've found. Thanks, and Happy New Year! -- Yar