Re: [Qemu-devel] [PATCH] Spelling fixes in comments and documentation

2012-08-16 Thread Peter Maydell
On 10 August 2012 21:03, Stefan Weil wrote: > diff --git a/docs/usb2.txt b/docs/usb2.txt > index d17e3c0..21f6d14 100644 > --- a/docs/usb2.txt > +++ b/docs/usb2.txt > @@ -58,11 +58,11 @@ try ... > xhci controller support > --- > > -There also is xhci host controller support a

Re: [Qemu-devel] [PATCH] Spelling fixes in comments and documentation

2012-08-16 Thread Stefan Weil
Ping? Am 10.08.2012 22:03, schrieb Stefan Weil: These wrong spellings were detected by codespell: * successully -> successfully * alot -> a lot * wanna -> want to * infomation -> information * occured -> occurred Signed-off-by: Stefan Weil --- docs/specs/ppc-spapr-hcalls.txt |2 +-

[Qemu-devel] [PATCH] Spelling fixes in comments and documentation

2012-08-10 Thread Stefan Weil
These wrong spellings were detected by codespell: * successully -> successfully * alot -> a lot * wanna -> want to * infomation -> information * occured -> occurred Signed-off-by: Stefan Weil --- docs/specs/ppc-spapr-hcalls.txt |2 +- docs/usb2.txt |4 ++-- hw/xen_

[Qemu-devel] [PATCH] Spelling fixes in comments and documentation

2012-01-08 Thread Stefan Weil
Codespell detected these new spelling issues. Signed-off-by: Stefan Weil --- docs/writing-qmp-commands.txt |2 +- memory.h |4 ++-- qemu-ga.c |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/writing-qmp-commands.txt b