[Pkg-libvirt-commits] [libguestfs] 16/156: Fix some spelling mistakes and typos in documentation (RHBZ#1099284).

Hilko Bengen bengen at moszumanska.debian.org
Sat Aug 30 08:25:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit f11222cf5b18598b95342e4e19476e37599bf33f
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue May 20 10:45:33 2014 +0100

    Fix some spelling mistakes and typos in documentation (RHBZ#1099284).
    
    (cherry picked from commit a21dfc483c5102334d8c490a50077ec201ffe2e4)
---
 generator/actions.ml      | 2 +-
 guestfs-release-notes.pod | 6 +++---
 make-fs/virt-make-fs.pod  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/generator/actions.ml b/generator/actions.ml
index 7bd6a57..aa95c60 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -8807,7 +8807,7 @@ filesystem.
 
 C<remotefilename> is overwritten starting at the byte C<offset>
 specified.  The intention is to overwrite parts of existing
-files or devices, although if a non-existant file is specified
+files or devices, although if a non-existent file is specified
 then it is created with a \"hole\" before C<offset>.  The
 size of the data written is implicit in the size of the
 source C<filename>.
diff --git a/guestfs-release-notes.pod b/guestfs-release-notes.pod
index 160ccd6..d564359 100644
--- a/guestfs-release-notes.pod
+++ b/guestfs-release-notes.pod
@@ -1040,7 +1040,7 @@ libguestfs with libvirt attach-method fails with odd error if default hypervisor
 
 =item L<https://bugzilla.redhat.com/847549>
 
-Addng a zero-length virtio-scsi disk causes: qemu-kvm: hw/scsi-bus.c:1568: scsi_req_complete: Assertion `req->status == -1' failed.
+Adding a zero-length virtio-scsi disk causes: qemu-kvm: hw/scsi-bus.c:1568: scsi_req_complete: Assertion `req->status == -1' failed.
 
 =item L<https://bugzilla.redhat.com/811649>
 
@@ -1608,7 +1608,7 @@ Filenames containing Chinese characters can't be created on vfat filesystems
 
 =item L<https://bugzilla.redhat.com/823885>
 
-virt-make-fs cannot create vfat filesystem containing filesystems with chinese characters
+virt-make-fs cannot create vfat filesystem containing filesystems with Chinese characters
 
 =item L<https://bugzilla.redhat.com/823883>
 
@@ -2460,7 +2460,7 @@ the git repository, or the ChangeLog file distributed in the tarball.
  - 674130 Inspection code fails for Windows guest with two disks
  - 682756 libguestfs trace segfaults when list-filesystems returns error
  - 682979 libguestfs incorrectly detects Red Hat desktop as 'redhat-based' instead of 'redhat'
- - 690819 mkfs fails creating a filesytem on a disk device when using a disk with 'ide' interface
+ - 690819 mkfs fails creating a filesystem on a disk device when using a disk with 'ide' interface
  - 691389 Extended attributes don't work over guestmount (FUSE)
  - 691724 virt-inspector reports unknown filesystem /dev/vda1
  - 692545 inspect-list-applications fails to detect 32 bit apps installed under WOW64 emulator on 64 bit Windows
diff --git a/make-fs/virt-make-fs.pod b/make-fs/virt-make-fs.pod
index 26b0350..2d5fb9c 100644
--- a/make-fs/virt-make-fs.pod
+++ b/make-fs/virt-make-fs.pod
@@ -101,7 +101,7 @@ flag to leave space in the filesystem if you want it.
 An alternative way to leave extra space but not make the output image
 any bigger is to use an alternative disk image format (instead of the
 default "raw" format).  Using I<--format=qcow2> will use the native
-QEmu/KVM qcow2 image format (check your hypervisor supports this
+qemu/KVM qcow2 image format (check your hypervisor supports this
 before using it).  This allows you to choose a large I<--size> but the
 extra space won't actually be allocated in the image until you try to
 store something in it.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list