From 0d71a9a7fd393facfed7ed1be4d248c7c48386c9 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sat, 2 Oct 2021 14:10:40 +0000 Subject: [PATCH] misc: fix spelling --- .pylintrc | 2 +- NEWS.md | 2 +- man/virt-install.rst | 6 +++--- man/virt-manager.rst | 2 +- man/virt-xml.rst | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pylintrc b/.pylintrc index fe817833..cf774b1e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -31,5 +31,5 @@ dummy-variables-rgx=_+$|(_[a-zA-Z0-9_]*[a-zA-Z0-9]+?$)|dummy|^ignored_|^unused_| # This is the standard argument regex, with two 'ignore' variations added ignored-argument-names=_.*|^ignored_|^unused_|ignore.*|.*_ignore -# gettext buitins +# gettext builtins additional-builtins=_,ngettext diff --git a/NEWS.md b/NEWS.md index f15f5d24..0b72aba6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -517,7 +517,7 @@ now tunnel connections to the VNC server over SSH. It avoids prompting for SSH passwords on the console. Handling of VNC connections & retries is made more robust. There is support for changing CDROM media on the fly (requires suitably updated libvirt). There is ability to PXE boot -install fullyvirtualized guests. Connetions to hypervisors are opened +install fullyvirtualized guests. Connections to hypervisors are opened in the background to avoid blocking the whole UI. ## Release 0.5.0 diff --git a/man/virt-install.rst b/man/virt-install.rst index 18a80230..fcdd7048 100644 --- a/man/virt-install.rst +++ b/man/virt-install.rst @@ -490,7 +490,7 @@ apic, eoi, privnet, and hyperv features. Some examples: Enable APIC PV EOI ``--features hyperv.vapic.state=on,hyperv.spinlocks.state=off`` - Enable hypver VAPIC, but disable spinlocks + Enable hyperv VAPIC, but disable spinlocks ``--features kvm.hidden.state=on`` Allow the KVM hypervisor signature to be hidden from the guest @@ -589,7 +589,7 @@ INSTALLATION OPTIONS **Syntax:** ``--cdrom`` PATH ISO file or CDROM device to use for VM install media. After install, -the the virtual CDROM device will remain attached to the VM, but with +the virtual CDROM device will remain attached to the VM, but with the ISO or host path media ejected. @@ -1233,7 +1233,7 @@ Connect the guest to the host network. Examples for specifying the network type: can be listed, created, deleted using the ``virsh`` command line tool. In an unmodified install of ``libvirt`` there is usually a virtual network with a name of ``default``. Use a virtual network if the host has dynamic - networking (eg NetworkManager), or using wireless. The guest will be + networking (e.g. NetworkManager), or using wireless. The guest will be NATed to the LAN by whichever connection is active. ``type=direct,source=IFACE[,source.mode=MODE]`` diff --git a/man/virt-manager.rst b/man/virt-manager.rst index 88ccedaa..2033f0be 100644 --- a/man/virt-manager.rst +++ b/man/virt-manager.rst @@ -61,7 +61,7 @@ The following options are accepted when running ``virt-manager`` DIALOG WINDOW OPTIONS ===================== -For these options, only the requested window will be shown, the manaer +For these options, only the requested window will be shown, the manager window will not be run in this case. Connection autostart will also be disabled. All these options require specifying a manual ``--connect`` URI. diff --git a/man/virt-xml.rst b/man/virt-xml.rst index 0ad57d25..3880ad43 100644 --- a/man/virt-xml.rst +++ b/man/virt-xml.rst @@ -162,7 +162,7 @@ These options decide what action to take after altering the XML. In the common c ``--start`` - Start the VM after performing the requeseted changes. If combined with --no-define, this will create transient VM boot with the requested changes. + Start the VM after performing the requested changes. If combined with --no-define, this will create transient VM boot with the requested changes. ``--print-diff``