On 3/12/10, Vagrant Cascadian <vagr...@freegeek.org> 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-de...@lists.alioth.debian.org.html#qemu Perhaps the manual page errors should be fixed too,