From owner-svn-ports-head@freebsd.org Thu May 26 11:17:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5DA4B4B971; Thu, 26 May 2016 11:17:43 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AB5A21750; Thu, 26 May 2016 11:17:43 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A9836181E; Thu, 26 May 2016 11:17:43 +0000 (UTC) Date: Thu, 26 May 2016 11:17:43 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Cc: Rene Ladan , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415804 - head/lang/nbc Message-ID: <20160526111743.GA999@FreeBSD.org> References: <201605241802.u4OI20wt078322@repo.freebsd.org> <20160525012029.GA80351@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2016 11:17:43 -0000 On Wed, May 25, 2016 at 09:32:45PM +0200, Gerald Pfeifer wrote: > On Wed, 25 May 2016, Alexey Dokuchaev wrote: > >> Log: > >> lang/nbc: fix a typo in pkg-descr > > > > One thing I always wonder at is why most people, when noticing a typo, > > won't check if others had made it as well (and fix it in a single nice > > commit): > > > > $ find /usr/ports -name pkg-descr | xargs grep -l langauge > > /usr/ports/print/transfig/pkg-descr > > /usr/ports/textproc/silvercity/pkg-descr > > > > (At least. There might be other files that worth checking as well: > > Makefile, pkg-message, etc.) > > I'm not Rene, but did a recursive grep, which only found those two > cases, and committed fixed for both. Thank you Gerald. Guys, please try to fix all typos at once if you decide to fight even one of them. ./danfe