From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Smith To: GDB Patches Subject: [RFA] Spelling fixes in configure.in Date: Fri, 23 Mar 2001 06:37:00 -0000 Message-id: <3ABB5F32.1060701@redhat.com> X-SW-Source: 2001-03/msg00429.html Here's a minor patch that cleans up five spelling errors in configure.in. Two would be seen by a user when configure is run (the other three are in comments). I've only included the patch to configure.in itself -- I'll regenerate configure when I check this in. OK to commit? 2001-03-23 David Smith * configure.in: Corrected spelling errors. * configure: Regenerated. -- David Smith dsmith@redhat.com Red Hat, Inc. http://www.redhat.com 256.704.9222 (direct) 256.837.3839 (fax) >From ac131313@cygnus.com Fri Mar 23 08:02:00 2001 From: Andrew Cagney To: David Smith Cc: GDB Patches Subject: Re: [RFA] Spelling fixes in configure.in Date: Fri, 23 Mar 2001 08:02:00 -0000 Message-id: <3ABB737B.BF8C671@cygnus.com> References: <3ABB5F32.1060701@redhat.com> X-SW-Source: 2001-03/msg00430.html Content-length: 828 David Smith wrote: > > Here's a minor patch that cleans up five spelling errors in configure.in. > Two would be seen by a user when configure is run (the other three are in > comments). I've only included the patch to configure.in itself -- I'll > regenerate configure when I check this in. > > OK to commit? > > 2001-03-23 David Smith > > * configure.in: Corrected spelling errors. > * configure: Regenerated. Just FYI, spelling errors are mostly considered obvious fixes. You just need to be careful with regional differences. GDB's english is anything but U.S. centric. Either ``correct'' or U.S. spelling are considered acceptable and should be left unchanged. Once GDB is internationalized, people can start rationalizing it (changing everything to ``strine'' :-). Andrew