]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix some typos
authorTim Wiederhake <twiederh@redhat.com>
Tue, 14 Dec 2021 15:01:15 +0000 (16:01 +0100)
committerTim Wiederhake <twiederh@redhat.com>
Wed, 15 Dec 2021 10:52:54 +0000 (11:52 +0100)
Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/manpages/virsh.rst
src/qemu/qemu_domain.h

index e828f7ef683d68f12109e34de0ec2bc2fa136572..611a6271cf20fe3f53ee320791cdeac3370e5099 100644 (file)
@@ -3234,7 +3234,7 @@ host. By default only non-shared non-readonly images are transferred. Use
 *--migrate-disks* to explicitly specify a list of disk targets to
 transfer via the comma separated ``disk-list`` argument.
 With *--copy-storage-synchronous-writes* flag used the disk data migration will
-synchronously handle guest disk writes to both the original soure and the
+synchronously handle guest disk writes to both the original source and the
 destination to ensure that the disk migration converges at the price of possibly
 decreased burst performance.
 
index 38c6ffb76bae5447c49a4b8f86f320a04a9e073a..e5046367e38cb2f867577af917a808e711571c9d 100644 (file)
@@ -344,7 +344,7 @@ struct _qemuDomainChrSourcePrivate {
 
     int fd; /* file descriptor of the chardev source */
     int logfd; /* file descriptor of the logging source */
-    bool wait; /* wait for incomming connections on chardev */
+    bool wait; /* wait for incoming connections on chardev */
 
     char *tlsCertPath; /* path to certificates if TLS is requested */
     bool tlsVerify; /* whether server should verify client certificates */