[libvirt PATCH v2 0/2] Fix some typos and spelling mistakes

Tim Wiederhake posted 2 patches 3 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210415081213.7954-1-twiederh@redhat.com
NEWS.rst                           | 10 +++++-----
docs/formatdomain.rst              |  6 +++---
docs/kbase/launch_security_sev.rst |  2 +-
docs/manpages/virtproxyd.rst       |  2 +-
docs/pci-addresses.rst             |  2 +-
src/hyperv/hyperv_wmi.c            |  2 +-
src/libvirt-domain.c               |  2 +-
src/qemu/qemu_capabilities.c       |  2 +-
src/qemu/qemu_command.c            |  2 +-
src/qemu/qemu_domain.c             |  4 ++--
src/qemu/qemu_domain.h             |  4 ++--
src/qemu/qemu_interface.c          |  2 +-
src/qemu/qemu_snapshot.c           |  4 ++--
src/util/virerror.c                |  3 ++-
src/util/virhash.c                 |  2 +-
src/util/virlog.c                  |  2 +-
src/util/virnetdev.c               |  2 +-
src/util/virpci.c                  |  2 +-
src/util/virpci.h                  |  2 +-
tests/meson.build                  |  2 +-
tools/meson.build                  |  2 +-
21 files changed, 31 insertions(+), 30 deletions(-)
[libvirt PATCH v2 0/2] Fix some typos and spelling mistakes
Posted by Tim Wiederhake 3 years ago
Found by codespell [1].

It would be nice to automate this, but I could not get codespell to
also check code comments, and ran into a known issue [2] with codespell
that prevents putting some terms with mixed letter cases on the skip list.

[1] https://github.com/codespell-project/codespell
[2] https://github.com/codespell-project/codespell/issues/1860

V1: https://listman.redhat.com/archives/libvir-list/2021-April/msg00562.html

Changes since V1:
* Added "Fixes:" to patch #1 commit message
* Removed "crashes->crashers", "preferable->preferrable", and
  "purposedly->purposely" from patch #2

Tim Wiederhake (2):
  Fix spelling
  virlog: Remove stray "todo" in comment

 NEWS.rst                           | 10 +++++-----
 docs/formatdomain.rst              |  6 +++---
 docs/kbase/launch_security_sev.rst |  2 +-
 docs/manpages/virtproxyd.rst       |  2 +-
 docs/pci-addresses.rst             |  2 +-
 src/hyperv/hyperv_wmi.c            |  2 +-
 src/libvirt-domain.c               |  2 +-
 src/qemu/qemu_capabilities.c       |  2 +-
 src/qemu/qemu_command.c            |  2 +-
 src/qemu/qemu_domain.c             |  4 ++--
 src/qemu/qemu_domain.h             |  4 ++--
 src/qemu/qemu_interface.c          |  2 +-
 src/qemu/qemu_snapshot.c           |  4 ++--
 src/util/virerror.c                |  3 ++-
 src/util/virhash.c                 |  2 +-
 src/util/virlog.c                  |  2 +-
 src/util/virnetdev.c               |  2 +-
 src/util/virpci.c                  |  2 +-
 src/util/virpci.h                  |  2 +-
 tests/meson.build                  |  2 +-
 tools/meson.build                  |  2 +-
 21 files changed, 31 insertions(+), 30 deletions(-)

-- 
2.26.2


Re: [libvirt PATCH v2 0/2] Fix some typos and spelling mistakes
Posted by Ján Tomko 3 years ago
On a Thursday in 2021, Tim Wiederhake wrote:
>Found by codespell [1].
>
>It would be nice to automate this, but I could not get codespell to
>also check code comments, and ran into a known issue [2] with codespell
>that prevents putting some terms with mixed letter cases on the skip list.
>
>[1] https://github.com/codespell-project/codespell
>[2] https://github.com/codespell-project/codespell/issues/1860
>
>V1: https://listman.redhat.com/archives/libvir-list/2021-April/msg00562.html
>
>Changes since V1:
>* Added "Fixes:" to patch #1 commit message
>* Removed "crashes->crashers", "preferable->preferrable", and
>  "purposedly->purposely" from patch #2
>
>Tim Wiederhake (2):
>  Fix spelling
>  virlog: Remove stray "todo" in comment
>

Pushed.

Jano