From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NqP9Z-00055L-Mq for qemu-devel@nongnu.org; Sat, 13 Mar 2010 06:05:10 -0500 Received: from [199.232.76.173] (port=39815 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NqP9Y-00054b-2S for qemu-devel@nongnu.org; Sat, 13 Mar 2010 06:05:08 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NqP9V-00006u-Bo for qemu-devel@nongnu.org; Sat, 13 Mar 2010 06:05:07 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:45232) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NqP9V-00006F-19 for qemu-devel@nongnu.org; Sat, 13 Mar 2010 06:05:05 -0500 Received: by pwi9 with SMTP id 9so1144286pwi.4 for ; Sat, 13 Mar 2010 03:05:03 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20100312182633.GC8032@claws.fglan> References: <20100312182633.GC8032@claws.fglan> Date: Sat, 13 Mar 2010 13:05:03 +0200 Message-ID: Subject: Re: [Qemu-devel] spelling typo (compatibilty) in hw/fw_cfg.c From: Blue Swirl Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vagrant Cascadian Cc: qemu-devel@nongnu.org On 3/12/10, Vagrant Cascadian wrote: > here's a trivial patch to fix the spelling of "compatibility": Please add a Signed-off-by: line. > > diff --git a/hw/fw_cfg.c b/hw/fw_cfg.c > index fe6c543..22ebb50 100644 > --- a/hw/fw_cfg.c > +++ b/hw/fw_cfg.c > @@ -179,7 +179,7 @@ static int get_uint32_as_uint16(QEMUFile *f, void *pv, size_t size) > > static void put_unused(QEMUFile *f, void *pv, size_t size) > { > - fprintf(stderr, "uint32_as_uint16 is only used for backward compatibilty.\n"); > + fprintf(stderr, "uint32_as_uint16 is only used for backward compatibility.\n"); > fprintf(stderr, "This functions shouldn't be called.\n"); > } > > > i found this spelling typo and the previous one by running lintian on the qemu > packages i work on for debian: > > http://lintian.debian.org/full/pkg-qemu-devel@lists.alioth.debian.org.html#qemu Perhaps the manual page errors should be fixed too,