From 66d811293a03cbb20c7903a2225f0b814edaedbf Mon Sep 17 00:00:00 2001
From: Yuri Chornoivan
It may also happen that the libvirt daemon itself crashes or gets stuck,
in the first case run it (as root) under gdb, and reproduce the sequence
- leading to the crash, similary to a normal program provide the
+ leading to the crash, similarly to a normal program provide the
"bt" backtrace information to where gdb will have stopped.virConnectListNetworks
- allows to list all the virtualization networks actived on this node.virStorageVolLookupByPath
allows to find
diff --git a/docs/bugs.html.in b/docs/bugs.html.in
index 39b6725eec..7436a717a0 100644
--- a/docs/bugs.html.in
+++ b/docs/bugs.html.in
@@ -126,7 +126,7 @@
But if libvirtd gets stuck, for example seems to stop processing
commands, try to attach to the faulty daemon and issue a gdb command
diff --git a/docs/drivers.html.in b/docs/drivers.html.in
index 90b61962eb..24387d0388 100644
--- a/docs/drivers.html.in
+++ b/docs/drivers.html.in
@@ -31,7 +31,7 @@
Storage drivers
+ Storage drivers
@@ -476,7 +476,7 @@ $ virsh domxml-from-native qemu-argv demo.args </domain>-
NB, don't include the literral \ in the args, put everything on one line
+NB, don't include the literal \ in the args, put everything on one line
The libvirt Xen driver is a single-instance privileged driver, - with a driver name of 'xen'. Some example conection URIs for + with a driver name of 'xen'. Some example connection URIs for the libvirt driver are:
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 5d8f66957a..e671e36ddc 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -493,7 +493,7 @@memory
unit
, which defaults to "KiB"
+ attribute unit
, which defaults to "KiB"
(kibibytes, 210 or blocks of 1024 bytes). Valid
units are "b" or "bytes" for bytes, "KB" for kilobytes
(103 or 1,000 bytes), "k" or "KiB" for kibibytes
@@ -1491,7 +1491,7 @@
The optional event_idx
attribute controls
some aspects of device event processing. The value can be
either 'on' or 'off' - if it is on, it will reduce the
- number of interupts and exits for the guest. The default
+ number of interrupts and exits for the guest. The default
is determined by QEMU; usually if the feature is
supported, default is on. In case there is a situation
where this behavior is suboptimal, this attribute provides
@@ -1502,7 +1502,7 @@
copy_on_read
attribute controls
- wether to copy read backing file into the image file. The
+ whether to copy read backing file into the image file. The
value can be either "on" or "off".
Copy-on-read avoids accessing the same backing file sectors
repeatedly and is useful when the backing file is over a slow
@@ -2795,7 +2795,7 @@ qemu-kvm -net nic,model=? /dev/null
event_idx
attribute controls some aspects of
device event processing. The value can be either 'on' or 'off'
- - if it is on, it will reduce the number of interupts and
+ - if it is on, it will reduce the number of interrupts and
exits for the guest. The default is determined by QEMU;
usually if the feature is supported, default is on. In case
there is a situation where this behavior is suboptimal, this
diff --git a/docs/formatnode.html.in b/docs/formatnode.html.in
index c04d04d1c2..fcaaaafa39 100644
--- a/docs/formatnode.html.in
+++ b/docs/formatnode.html.in
@@ -143,7 +143,7 @@
scsi
host
capability
type
. Current capabilites
+ the attribute type
. Current capabilities
include "hotpluggable" and "removable", with the
latter implying the following
sub-elements: media_available
(0 or
diff --git a/docs/formatnwfilter.html.in b/docs/formatnwfilter.html.in
index 03bacc43c1..78c3b823b2 100644
--- a/docs/formatnwfilter.html.in
+++ b/docs/formatnwfilter.html.in
@@ -605,7 +605,7 @@
The above example indicates that the traffic of type ip
- will be asscociated with the chain 'ipv4' and the rule will have
+ will be associated with the chain 'ipv4' and the rule will have
priority 500. If for example another filter is referenced whose
traffic of type ip
is also associated with the chain
'ipv4' then that filter's rules will be ordered relative to the priority
@@ -632,7 +632,7 @@
udp
or
+ achieved with a rule containing an appropriate udp
or
udp-ipv6
traffic filtering node.
@@ -2253,7 +2253,7 @@
Before trying out a filter using the RELATED
state,
- you have to make sure that the approriate connection tracking module
+ you have to make sure that the appropriate connection tracking module
has been loaded into the host's kernel. Depending on the version of the
kernel, you must run either one of the following two commands before
the ftp connection with the VM is established.
diff --git a/docs/locking.html.in b/docs/locking.html.in
index 28781a42f7..0d039dabc3 100644
--- a/docs/locking.html.in
+++ b/docs/locking.html.in
@@ -165,7 +165,7 @@
If all went well, libvirtd will have talked to sanlock and created the basic lockspace. This can be checked - by looking for existance of the following file + by looking for existence of the following file
diff --git a/docs/news.html.in b/docs/news.html.in index 3bf966b20a..c4447652f9 100644 --- a/docs/news.html.in +++ b/docs/news.html.in @@ -255,7 +255,7 @@ and check the GIT log Fix mistakes in augeas lens (Daniel P. Berrange),
Standardize whitespace used in example config files (Daniel P. Berrange),
Remove uid param from directory lookup APIs (Daniel P. Berrange),
- Fix check for socket existance / daemon spawn (Daniel P. Berrange),
+ Fix check for socket existence / daemon spawn (Daniel P. Berrange),
Remove last usage of PATH_MAX and ban its future use (Daniel P. Berrange),
maint: avoid new automake warning about AM_PROG_CC_STDC (Jim Meyering),
build: silence libtool warning on probes.o (Eric Blake),
@@ -1694,7 +1694,7 @@ and check the GIT log build: fix linking on BSD (Eric Blake),
remote: fix mingw32 build (Laine Stump),
build: fix deep VPATH builds (Eric Blake),
- Use ENAMETOOLONG if the the socket path is longer than UNIX_PATH_MAX (Guido Günther),
+ Use ENAMETOOLONG if the socket path is longer than UNIX_PATH_MAX (Guido Günther),
build: avoid RHEL 5 build failure on LXC (Eric Blake),
build: use gnulib fdatasync (Eric Blake),
Fix virFileOpenTty definition on Win32 (Daniel P. Berrange),
@@ -6380,7 +6380,7 @@ and check the GIT log Convert QEMU driver all hotunplug code from pci_del to device_del (Daniel P. Berrange),
Support hot-unplug for USB devices in QEMU (Daniel P. Berrange),
Tweak container initialization to make upstart/init happier (Daniel P. Berrange),
- Avoid creating top level cgroups if just querying for existance (Daniel P. Berrange),
+ Avoid creating top level cgroups if just querying for existence (Daniel P. Berrange),
Support VCPU hotplug in QEMU guests (Daniel P. Berrange),
Fix mis-leading error message in pool delete API (Daniel P. Berrange),
Fix typo in QEMU migration command name (Daniel P. Berrange),
@@ -7039,7 +7039,7 @@ and check the GIT log Enable udev instead of hal on F12 / RHEL-6 or later (Daniel P. Berrange),
python: Actually implement list*Interfaces bindings (Cole Robinson),
esx: Handle 'vmxnet3' in esxVMX_FormatEthernet() (Matthias Bolte),
- Fix check for existance of cgroups at creation (Daniel P. Berrange),
+ Fix check for existence of cgroups at creation (Daniel P. Berrange),
Fix virt-aa-helper when host and os.type arch differ (Jamie Strandboge),
Add translation of PCI vendor and product IDs (David Allan),
Add scsi_target device type (David Allan),
diff --git a/src/network/bridge_driver.c b/src/network/bridge_driver.c index 78662876a5..59b2c10784 100644 --- a/src/network/bridge_driver.c +++ b/src/network/bridge_driver.c @@ -2877,7 +2877,7 @@ networkCreateInterfacePool(virNetworkDefPtr netdef) { } else { virReportError(VIR_ERR_INTERNAL_ERROR, "%s", - _("Direct mode types requires interface names")); + _("Direct mode types require interface names")); goto finish; } } diff --git a/src/rpc/virnetsshsession.c b/src/rpc/virnetsshsession.c index 59013c752c..7c7d246267 100644 --- a/src/rpc/virnetsshsession.c +++ b/src/rpc/virnetsshsession.c @@ -341,7 +341,7 @@ virNetSSHCheckHostKey(virNetSSHSessionPtr sess) if (i > 0) { virReportError(VIR_ERR_SSH, "%s", _("no suitable method to retrieve " - "authentication cretentials")); + "authentication credentials")); return -1; } @@ -733,7 +733,7 @@ virNetSSHAuthenticateKeyboardInteractive(virNetSSHSessionPtr sess, case VIR_NET_SSH_AUTHCB_NO_METHOD: virReportError(VIR_ERR_SSH, "%s", _("no suitable method to retrieve " - "authentication cretentials")); + "authentication credentials")); return -1; case VIR_NET_SSH_AUTHCB_OOM: virReportOOMError(); diff --git a/src/util/virhash.c b/src/util/virhash.c index 5794d6f654..1576dd326a 100644 --- a/src/util/virhash.c +++ b/src/util/virhash.c @@ -360,7 +360,7 @@ virHashUpdateEntry(virHashTablePtr table, const void *name, * * Find the userdata specified by @name * - * Returns the a pointer to the userdata + * Returns a pointer to the userdata */ void * virHashLookup(virHashTablePtr table, const void *name) @@ -388,7 +388,7 @@ virHashLookup(virHashTablePtr table, const void *name) * Find the userdata specified by @name * and remove it from the hash without freeing it. * - * Returns the a pointer to the userdata + * Returns a pointer to the userdata */ void *virHashSteal(virHashTablePtr table, const void *name) {