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

Commit 8048a65

Browse files
author
David Lutterkort
committed
Fix typos (patch by Atsushi SAKAI sakaia at jp dot fujitsu dot com
1 parent 307691a commit 8048a65

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

man/en/virt-image-xml.pod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ virt-image - Format of the virtual image XML descriptor
66

77
=head1 DESCRIPTION
88

9-
L<virt-image(1)> relies on an XML descriptior to create virtual machines from
9+
L<virt-image(1)> relies on an XML descriptor to create virtual machines from
1010
virtual machine images. In general, a virtual machine image consists of the
1111
XML descriptor (usually in a file F<image.xml>) and a number of files for
1212
the virtual machine's disks.
@@ -87,13 +87,13 @@ recommended number of virtual CPU's in the B<vcpu> element and the
8787
recommended amount of memory in kB in the B<memory> element. It also
8888
indicates whether the virtual machine should have a network interface
8989
through the I<interface> element and whether the virtual machine has a
90-
grphical interface through the I<graphics> element.
90+
graphical interface through the I<graphics> element.
9191

9292
=head2 BOOT
9393

9494
Each B<boot> descriptor details how the virtual machine should be started
9595
on a certain hypervisor. The B<type> attribute of the B<boot> element,
96-
which can either be C<xen> or C<hvm>, dpeending on whether the boot
96+
which can either be C<xen> or C<hvm>, depending on whether the boot
9797
descriptor is for a paravirtualized Xen(tm) guest or a fully-virtualized
9898
guest.
9999

@@ -141,15 +141,15 @@ elements appear, skipping already assigned devices.
141141

142142
=head1 STORAGE
143143

144-
The B<storage> element lists the disk image files that are part ofthe
144+
The B<storage> element lists the disk image files that are part of the
145145
virtual machine image in a list of one or more B<disk> elements. Each
146146
B<disk> element can contain the following attributes:
147147

148148
=over 4
149149

150150
=item *
151151

152-
the B<file> attribute givingthe name of the disk file
152+
the B<file> attribute giving the name of the disk file
153153

154154
=item *
155155

@@ -217,7 +217,7 @@ To create a virtual machine, save the above XML in F<image.xml> and run:
217217

218218
=head1 AUTHOR
219219

220-
Writen by David Lutterkort. See the AUTHORS file in the source distribution for
220+
Written by David Lutterkort. See the AUTHORS file in the source distribution for
221221
the complete list of credits.
222222

223223
=head1 BUGS
@@ -228,7 +228,7 @@ C<Fedora> product, and the C<python-virtinst> component.
228228

229229
=head1 COPYRIGHT
230230

231-
Copright (C) 2006-2007 Red Hat, Inc, and various contributors.
231+
Copyright (C) 2006-2007 Red Hat, Inc, and various contributors.
232232
This is free software. You may redistribute copies of it under the terms of the GNU General
233233
Public License C<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent
234234
permitted by law.

man/en/virt-image.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ disks.
151151
.SH "OPTIONS"
152152
.IX Header "OPTIONS"
153153
Any of the options can be omitted, in which case \fBvirt-image\fR will either
154-
use defaults from the \s-1XML\s0 descriptor or interactivately prompt for input as
154+
use defaults from the \s-1XML\s0 descriptor or interactively prompt for input as
155155
required. When defaults are taken from the \s-1XML\s0 descriptor, they are
156156
indicated below as a path.
157157
.IP "\-h, \-\-help" 4
@@ -242,7 +242,7 @@ do not create or start a virtual machine:
242242
.Ve
243243
.SH "AUTHOR"
244244
.IX Header "AUTHOR"
245-
Writen by David Lutterkort. See the \s-1AUTHORS\s0 file in the source distribution for
245+
Written by David Lutterkort. See the \s-1AUTHORS\s0 file in the source distribution for
246246
the complete list of credits.
247247
.SH "BUGS"
248248
.IX Header "BUGS"
@@ -251,7 +251,7 @@ or directly to BugZilla \f(CW\*(C`http://bugzilla.redhat.com/bugzilla/\*(C'\fR a
251251
\&\f(CW\*(C`Fedora\*(C'\fR product, and the \f(CW\*(C`python\-virtinst\*(C'\fR component.
252252
.SH "COPYRIGHT"
253253
.IX Header "COPYRIGHT"
254-
Copright (C) 2006\-2007 Red Hat, Inc, and various contributors.
254+
Copyright (C) 2006\-2007 Red Hat, Inc, and various contributors.
255255
This is free software. You may redistribute copies of it under the terms of the \s-1GNU\s0 General
256256
Public License \f(CW\*(C`http://www.gnu.org/licenses/gpl.html\*(C'\fR. There is \s-1NO\s0 \s-1WARRANTY\s0, to the extent
257257
permitted by law.

man/en/virt-image.5

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
virt\-image \- Format of the virtual image XML descriptor
135135
.SH "DESCRIPTION"
136136
.IX Header "DESCRIPTION"
137-
\&\fIvirt\-image\fR\|(1) relies on an \s-1XML\s0 descriptior to create virtual machines from
137+
\&\fIvirt\-image\fR\|(1) relies on an \s-1XML\s0 descriptor to create virtual machines from
138138
virtual machine images. In general, a virtual machine image consists of the
139139
\&\s-1XML\s0 descriptor (usually in a file \fIimage.xml\fR) and a number of files for
140140
the virtual machine's disks.
@@ -197,12 +197,12 @@ recommended number of virtual \s-1CPU\s0's in the \fBvcpu\fR element and the
197197
recommended amount of memory in kB in the \fBmemory\fR element. It also
198198
indicates whether the virtual machine should have a network interface
199199
through the \fIinterface\fR element and whether the virtual machine has a
200-
grphical interface through the \fIgraphics\fR element.
200+
graphical interface through the \fIgraphics\fR element.
201201
.Sh "\s-1BOOT\s0"
202202
.IX Subsection "BOOT"
203203
Each \fBboot\fR descriptor details how the virtual machine should be started
204204
on a certain hypervisor. The \fBtype\fR attribute of the \fBboot\fR element,
205-
which can either be \f(CW\*(C`xen\*(C'\fR or \f(CW\*(C`hvm\*(C'\fR, dpeending on whether the boot
205+
which can either be \f(CW\*(C`xen\*(C'\fR or \f(CW\*(C`hvm\*(C'\fR, depending on whether the boot
206206
descriptor is for a paravirtualized Xen(tm) guest or a fully-virtualized
207207
guest.
208208
.PP
@@ -242,11 +242,11 @@ omitted. device names are assigned in the order in which the \fBdrive\fR
242242
elements appear, skipping already assigned devices.
243243
.SH "STORAGE"
244244
.IX Header "STORAGE"
245-
The \fBstorage\fR element lists the disk image files that are part ofthe
245+
The \fBstorage\fR element lists the disk image files that are part of the
246246
virtual machine image in a list of one or more \fBdisk\fR elements. Each
247247
\&\fBdisk\fR element can contain the following attributes:
248248
.IP "\(bu" 4
249-
the \fBfile\fR attribute givingthe name of the disk file
249+
the \fBfile\fR attribute giving the name of the disk file
250250
.IP "\(bu" 4
251251
the \fBuse\fR attribute indicating whether the disk file is a \f(CW\*(C`system\*(C'\fR,
252252
\&\f(CW\*(C`user\*(C'\fR, or \f(CW\*(C`scratch\*(C'\fR disk. The \fBuse\fR attribute differentiates disk files
@@ -308,7 +308,7 @@ To create a virtual machine, save the above \s-1XML\s0 in \fIimage.xml\fR and ru
308308
.Ve
309309
.SH "AUTHOR"
310310
.IX Header "AUTHOR"
311-
Writen by David Lutterkort. See the \s-1AUTHORS\s0 file in the source distribution for
311+
Written by David Lutterkort. See the \s-1AUTHORS\s0 file in the source distribution for
312312
the complete list of credits.
313313
.SH "BUGS"
314314
.IX Header "BUGS"
@@ -317,7 +317,7 @@ or directly to BugZilla \f(CW\*(C`http://bugzilla.redhat.com/bugzilla/\*(C'\fR a
317317
\&\f(CW\*(C`Fedora\*(C'\fR product, and the \f(CW\*(C`python\-virtinst\*(C'\fR component.
318318
.SH "COPYRIGHT"
319319
.IX Header "COPYRIGHT"
320-
Copright (C) 2006\-2007 Red Hat, Inc, and various contributors.
320+
Copyright (C) 2006\-2007 Red Hat, Inc, and various contributors.
321321
This is free software. You may redistribute copies of it under the terms of the \s-1GNU\s0 General
322322
Public License \f(CW\*(C`http://www.gnu.org/licenses/gpl.html\*(C'\fR. There is \s-1NO\s0 \s-1WARRANTY\s0, to the extent
323323
permitted by law.

man/en/virt-image.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ disks.
2525
=head1 OPTIONS
2626

2727
Any of the options can be omitted, in which case B<virt-image> will either
28-
use defaults from the XML descriptor or interactivately prompt for input as
28+
use defaults from the XML descriptor or interactively prompt for input as
2929
required. When defaults are taken from the XML descriptor, they are
3030
indicated below as a path.
3131

@@ -136,7 +136,7 @@ do not create or start a virtual machine:
136136

137137
=head1 AUTHOR
138138

139-
Writen by David Lutterkort. See the AUTHORS file in the source distribution for
139+
Written by David Lutterkort. See the AUTHORS file in the source distribution for
140140
the complete list of credits.
141141

142142
=head1 BUGS
@@ -147,7 +147,7 @@ C<Fedora> product, and the C<python-virtinst> component.
147147

148148
=head1 COPYRIGHT
149149

150-
Copright (C) 2006-2007 Red Hat, Inc, and various contributors.
150+
Copyright (C) 2006-2007 Red Hat, Inc, and various contributors.
151151
This is free software. You may redistribute copies of it under the terms of the GNU General
152152
Public License C<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent
153153
permitted by law.

0 commit comments

Comments
 (0)