Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit bec49d6

Browse files
yurchorcrobinso
authored andcommitted
Fix various typos.
(crobinso: Add Yuri to AUTHORS)
1 parent 71895fb commit bec49d6

6 files changed

Lines changed: 14 additions & 13 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Patches also received from
6464
Gaudenz Steinlin <gaudenz-at-debian-dot-org>
6565
Guannan Ren <gren-at-redhat-dot-com>
6666
Qing Lin <qinglbj-at-linux-dot-vnet-dot-ibm-dot-com>
67+
Yuri Chornoivan <yurchor-at-ukr-dot-net>
6768

6869
...send patches and get your name here...
6970

man/en/virt-image.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Shutdown and remove any existing guest with the passed \f(CW\*(C`\-\-name\*(C'\f
265265
installing from the image.
266266
.IP "\-\-noreboot" 2
267267
.IX Item "--noreboot"
268-
Prevent the domain automatatically booting after importing the image.
268+
Prevent the domain automatically booting after importing the image.
269269
.IP "\-\-skip\-checksum" 2
270270
.IX Item "--skip-checksum"
271271
Do not check disk images against checksums (if they are listed in the

man/en/virt-image.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ installing from the image.
201201

202202
=item --noreboot
203203

204-
Prevent the domain automatatically booting after importing the image.
204+
Prevent the domain automatically booting after importing the image.
205205

206206
=item --skip-checksum
207207

man/en/virt-install.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ the guest will be able to hotplug up to \s-1MAX\s0 vcpus while the guest is runn
224224
but will startup with \s-1VCPUS\s0.
225225
.Sp
226226
\&\s-1CPU\s0 topology can additionally be specified with sockets, cores, and threads.
227-
If values are omitted, the rest will be autofilled prefering sockets over
227+
If values are omitted, the rest will be autofilled preferring sockets over
228228
cores over threads.
229229
.IP "\-\-cpuset=CPUSET" 2
230230
.IX Item "--cpuset=CPUSET"
@@ -301,7 +301,7 @@ specified via the \f(CW\*(C`\-\-disk\*(C'\fR option, and neither \f(CW\*(C`\-\-c
301301
install option is specified, the \f(CW\*(C`\-\-disk\*(C'\fR cdrom is used as the install media.
302302
.IP "\-l \s-1LOCATION\s0, \-\-location=LOCATION" 2
303303
.IX Item "-l LOCATION, --location=LOCATION"
304-
Distribution tree installtion source. virt-install can recognize
304+
Distribution tree installation source. virt-install can recognize
305305
certain distribution trees and fetches a bootable kernel/initrd pair to
306306
launch the install.
307307
.Sp
@@ -530,7 +530,7 @@ a file or block device. If installing on a remote host, the existing media
530530
must be shared as a libvirt storage volume.
531531
.Sp
532532
Specifying a non-existent path implies attempting to create the new storage,
533-
and will require specifyng a 'size' value. If the base directory of the path
533+
and will require specifying a 'size' value. If the base directory of the path
534534
is a libvirt storage pool on the host, the new storage will be created as a
535535
libvirt storage volume. For remote hosts, the base directory is required to be
536536
a storage pool if using this method.
@@ -815,7 +815,7 @@ is used by 'vnc' and 'spice'
815815
.IP "\fBpasswordvalidto\fR" 4
816816
.IX Item "passwordvalidto"
817817
Set an expiration date for password. After the date/time has passed,
818-
all new graphical connections are denyed until a new password is set.
818+
all new graphical connections are denied until a new password is set.
819819
This is used by 'vnc' and 'spice'
820820
.Sp
821821
The format for this value is \s-1YYYY\-MM\-DDTHH:MM:SS\s0, for example
@@ -1198,7 +1198,7 @@ completed.
11981198
.IX Item "--wait=WAIT"
11991199
Amount of time to wait (in minutes) for a \s-1VM\s0 to complete its install.
12001200
Without this option, virt-install will wait for the console to close (not
1201-
neccessarily indicating the guest has shutdown), or in the case of
1201+
necessarily indicating the guest has shutdown), or in the case of
12021202
\&\-\-noautoconsole, simply kick off the install and exit. Any negative
12031203
value will make virt-install wait indefinitely, a value of 0 triggers the
12041204
same results as noautoconsole. If the time limit is exceeded, virt-install

man/en/virt-install.pod.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ the guest will be able to hotplug up to MAX vcpus while the guest is running,
118118
but will startup with VCPUS.
119119

120120
CPU topology can additionally be specified with sockets, cores, and threads.
121-
If values are omitted, the rest will be autofilled prefering sockets over
121+
If values are omitted, the rest will be autofilled preferring sockets over
122122
cores over threads.
123123

124124
=item --cpuset=CPUSET
@@ -208,7 +208,7 @@ install option is specified, the C<--disk> cdrom is used as the install media.
208208

209209
=item -l LOCATION, --location=LOCATION
210210

211-
Distribution tree installtion source. virt-install can recognize
211+
Distribution tree installation source. virt-install can recognize
212212
certain distribution trees and fetches a bootable kernel/initrd pair to
213213
launch the install.
214214

@@ -404,7 +404,7 @@ a file or block device. If installing on a remote host, the existing media
404404
must be shared as a libvirt storage volume.
405405

406406
Specifying a non-existent path implies attempting to create the new storage,
407-
and will require specifyng a 'size' value. If the base directory of the path
407+
and will require specifying a 'size' value. If the base directory of the path
408408
is a libvirt storage pool on the host, the new storage will be created as a
409409
libvirt storage volume. For remote hosts, the base directory is required to be
410410
a storage pool if using this method.
@@ -742,7 +742,7 @@ is used by 'vnc' and 'spice'
742742
=item B<passwordvalidto>
743743

744744
Set an expiration date for password. After the date/time has passed,
745-
all new graphical connections are denyed until a new password is set.
745+
all new graphical connections are denied until a new password is set.
746746
This is used by 'vnc' and 'spice'
747747

748748
The format for this value is YYYY-MM-DDTHH:MM:SS, for example
@@ -1207,7 +1207,7 @@ completed.
12071207

12081208
Amount of time to wait (in minutes) for a VM to complete its install.
12091209
Without this option, virt-install will wait for the console to close (not
1210-
neccessarily indicating the guest has shutdown), or in the case of
1210+
necessarily indicating the guest has shutdown), or in the case of
12111211
--noautoconsole, simply kick off the install and exit. Any negative
12121212
value will make virt-install wait indefinitely, a value of 0 triggers the
12131213
same results as noautoconsole. If the time limit is exceeded, virt-install

virtinst/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ def add_device_options(devg):
11261126
"--redirdev usb,type=tcp,server=192.168.1.1:4000"))
11271127
devg.add_option("", "--memballoon", dest="memballoon", action="append",
11281128
help=_("Configure a guest memballoon device. Ex:\n"
1129-
"--memballoon medel=virtio"))
1129+
"--memballoon model=virtio"))
11301130

11311131
def add_gfx_option(devg):
11321132
devg.add_option("", "--graphics", dest="graphics", action="append",

0 commit comments

Comments
 (0)