From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 863 invoked by alias); 4 Jun 2011 08:59:13 -0000 Received: (qmail 855 invoked by uid 22791); 4 Jun 2011 08:59:12 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from smtp5-g21.free.fr (HELO smtp5-g21.free.fr) (212.27.42.5) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Jun 2011 08:58:56 +0000 Received: from heffalump.sk2.org (unknown [82.228.207.51]) by smtp5-g21.free.fr (Postfix) with ESMTP id CD17BD4808C; Sat, 4 Jun 2011 10:58:49 +0200 (CEST) Received: from steve by heffalump.sk2.org with local (Exim 4.76) (envelope-from ) id 1QSmgx-0000A6-TR; Sat, 04 Jun 2011 10:58:47 +0200 Date: Sat, 04 Jun 2011 08:59:00 -0000 From: Stephen Kitt To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: Spelling fixes Message-ID: <20110604085847.GP31021@sk2.org> References: <20110603180316.GI29729@sk2.org> <20110603235220.GF2661@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110603235220.GF2661@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-06/txt/msg00064.txt.bz2 Hi Joel, On Fri, Jun 03, 2011 at 04:52:20PM -0700, Joel Brobecker wrote: > > The Lintian package validation tool in Debian picked up a few spelling > > mistakes in gdb. The following patch fixes these mistakes: > > Thanks. I applied the fixes using the "obvious" rule (meaning that > we don't need to worry about copyright assignment). Indeed, especially since the fixes were identified by a program. > It seems your sources are a little out of date, as I have a few > conflicts when trying to apply the patch. None the less, thank you. > We appreciate these contributions. Sorry about that, I based them on the Debian 7.2 package, I should have checked out your CVS repository! Regards, Stephen