Re: [PATCH for-11.0] Fix several typos in documentation (found by codespell)
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-trivial,org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 19/3/26 19:34, Stefan Weil via wrote: > Signed-off-by: Stefan Weil <[email protected]> > > These typos are part of the generated documentation. > Therefore they should be fixed in the new release. > > More typos can be found in the remaining code, mostly in comments. > > Regards, > Stefan > > --- > contrib/plugins/traps.c | 2 +- > docs/about/emulation.rst | 2 +- > docs/devel/code-provenance.rst | 4 ++-- > docs/system/tls.rst | 8 ++++---- > hw/arm/virt.c | 2 +- > include/hw/arm/virt.h | 2 +- > include/plugins/qemu-plugin.h | 2 +- > qapi/block-core.json | 6 +++--- > qapi/job.json | 2 +- > qapi/uefi.json | 2 +- > qemu-options.hx | 4 ++-- > 11 files changed, 18 insertions(+), 18 deletions(-) > diff --git a/qapi/job.json b/qapi/job.json > index 0a301fc094..31618e6ebc 100644 > --- a/qapi/job.json > +++ b/qapi/job.json > @@ -196,7 +196,7 @@ > # the device to write to the target path only. Note that drive > # mirroring includes `drive-mirror`, `blockdev-mirror` and > # `block-commit` job (only in case of "active commit", when the node > -# being commited is used by the guest). The ability to complete is > +# being committed is used by the guest). The ability to complete is > # signaled with a `BLOCK_JOB_READY` event. > # > # This command completes an active background block operation > diff --git a/qapi/uefi.json b/qapi/uefi.json > index a206c2e953..86f33b234b 100644 > --- a/qapi/uefi.json > +++ b/qapi/uefi.json > @@ -18,7 +18,7 @@ > ## > # @UefiVariable: > # > -# UEFI Variable. Check the UEFI specifification for more detailed > +# UEFI Variable. Check the UEFI specification for more detailed > # information on the fields. Sad to see fifi go :( Reviewed-by: Philippe Mathieu-Daudé <[email protected]>