From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22900 invoked by alias); 1 Mar 2008 22:49:08 -0000 Received: (qmail 22893 invoked by uid 22791); 1 Mar 2008 22:49:07 -0000 X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 01 Mar 2008 22:48:31 +0000 Received: from wildebeest.demon.nl ([83.160.170.119] helo=[127.0.0.1]) by gnu.wildebeest.org with esmtp (Exim 4.63) (envelope-from ) id 1JVaVG-0006yT-Nb; Sat, 01 Mar 2008 23:48:29 +0100 Subject: Re: typos From: Mark Wielaard To: tromey@redhat.com Cc: Frysk List In-Reply-To: References: Content-Type: text/plain Date: Sat, 01 Mar 2008 22:49:00 -0000 Message-Id: <1204411706.3279.59.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 7bit X-Spam-Score: -4.0 (----) X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00100.txt.bz2 Hi Tom, On Sat, 2008-03-01 at 14:23 -0700, Tom Tromey wrote: > This fixes a couple typos I happened across. > There are actually a lot of inconsistencies in the in-program help, > but I didn't feel like trying to clean that up, so I just filed a bug. Thanks for the patch and for filing the bug. http://sourceware.org/bugzilla/show_bug.cgi?id=5810 > frysk-core/frysk/hpd/ChangeLog: > 2008-03-01 Tom Tromey > > * RunCommand.java (RunCommand): Fix typo. > * LoadCommand.java (LoadCommand): Add missing spaces. Pushed. Mark