mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Fix miscellaneous spelling mistakes
$ git ls-files | xargs codespell
This commit is contained in:
2
common
2
common
Submodule common updated: 353b8474e2...abb76c5936
@@ -685,7 +685,7 @@ do_btrfs_device_delete (char *const *devices, const char *fs)
|
|||||||
* -U UUID change fsid to UUID
|
* -U UUID change fsid to UUID
|
||||||
* -u change fsid, use a random one
|
* -u change fsid, use a random one
|
||||||
* since v4.1
|
* since v4.1
|
||||||
* We could check wheter 'btrfstune' support
|
* We could check whether 'btrfstune' support
|
||||||
* '-u' and '-U UUID' option by checking the output of
|
* '-u' and '-U UUID' option by checking the output of
|
||||||
* 'btrfstune' command.
|
* 'btrfstune' command.
|
||||||
*/
|
*/
|
||||||
@@ -1176,7 +1176,7 @@ do_btrfs_qgroup_destroy (const char *qgroupid, const char *subvolume)
|
|||||||
/* btrfs qgroup show command change default output to
|
/* btrfs qgroup show command change default output to
|
||||||
* binary prefix since v3.18.2, such as KiB;
|
* binary prefix since v3.18.2, such as KiB;
|
||||||
* also introduced '--raw' to keep traditional behaviour.
|
* also introduced '--raw' to keep traditional behaviour.
|
||||||
* We could check wheter 'btrfs qgroup show' support '--raw'
|
* We could check whether 'btrfs qgroup show' support '--raw'
|
||||||
* option by checking the output of
|
* option by checking the output of
|
||||||
* 'btrfs qgroup show' support --help' command.
|
* 'btrfs qgroup show' support --help' command.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ device_name_translation (const char *device)
|
|||||||
start = &device[5+len+1];
|
start = &device[5+len+1];
|
||||||
len = strspn (start, "abcdefghijklmnopqrstuvwxyz");
|
len = strspn (start, "abcdefghijklmnopqrstuvwxyz");
|
||||||
if (len >= sizeof dev - 1) {
|
if (len >= sizeof dev - 1) {
|
||||||
fprintf (stderr, "unparseable device name: %s\n", device);
|
fprintf (stderr, "unparsable device name: %s\n", device);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
strcpy (dev, start);
|
strcpy (dev, start);
|
||||||
|
|||||||
@@ -428,7 +428,7 @@ and map_registry_disk_blob_gpt partitions blob =
|
|||||||
| Not_found -> None
|
| Not_found -> None
|
||||||
|
|
||||||
(* Extracts the binary GUID stored in blob from Windows registry
|
(* Extracts the binary GUID stored in blob from Windows registry
|
||||||
* HKLM\SYSTYEM\MountedDevices\DosDevices value and converts it to a
|
* HKLM\SYSTEM\MountedDevices\DosDevices value and converts it to a
|
||||||
* GUID string so that it can be matched against libguestfs partition
|
* GUID string so that it can be matched against libguestfs partition
|
||||||
* device GPT GUID.
|
* device GPT GUID.
|
||||||
*)
|
*)
|
||||||
|
|||||||
@@ -747,7 +747,7 @@ We backport upstream features.
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
The patches we apply to RHEL releases are available publically in the
|
The patches we apply to RHEL releases are available publicly in the
|
||||||
upstream git repository, in a branch called C<rhel-x.y>
|
upstream git repository, in a branch called C<rhel-x.y>
|
||||||
|
|
||||||
For example, the RHEL 7.3 patches are available here:
|
For example, the RHEL 7.3 patches are available here:
|
||||||
|
|||||||
@@ -817,7 +817,7 @@ We support i18n (gettext anyhow) in the library.
|
|||||||
However many messages come from the daemon, and we don’t translate
|
However many messages come from the daemon, and we don’t translate
|
||||||
those at the moment. One reason is that the appliance generally has
|
those at the moment. One reason is that the appliance generally has
|
||||||
all locale files removed from it, because they take up a lot of space.
|
all locale files removed from it, because they take up a lot of space.
|
||||||
So we'd have to readd some of those, as well as copying our PO files
|
So we'd have to re-add some of those, as well as copying our PO files
|
||||||
into the appliance.
|
into the appliance.
|
||||||
|
|
||||||
Debugging messages are never translated, since they are intended for
|
Debugging messages are never translated, since they are intended for
|
||||||
|
|||||||
@@ -451,7 +451,7 @@ virt-builder "proxy=off" setting doesn't turn off the proxy for downloads
|
|||||||
|
|
||||||
=item L<https://bugzilla.redhat.com/1094746>
|
=item L<https://bugzilla.redhat.com/1094746>
|
||||||
|
|
||||||
virt-sparsify man failes to mention what happens to snapshots within a qcow2 image (they are discarded)
|
virt-sparsify man fails to mention what happens to snapshots within a qcow2 image (they are discarded)
|
||||||
|
|
||||||
=item L<https://bugzilla.redhat.com/1092753>
|
=item L<https://bugzilla.redhat.com/1092753>
|
||||||
|
|
||||||
|
|||||||
@@ -395,7 +395,7 @@ RFE: V2V to check and warn user to disable group policy and anti virus on Window
|
|||||||
|
|
||||||
=item L<https://bugzilla.redhat.com/1260590>
|
=item L<https://bugzilla.redhat.com/1260590>
|
||||||
|
|
||||||
Wrong graphics protocal and video type set for guest after convert to rhev 3.6 by virt-v2v
|
Wrong graphics protocol and video type set for guest after convert to rhev 3.6 by virt-v2v
|
||||||
|
|
||||||
=item L<https://bugzilla.redhat.com/1258342>
|
=item L<https://bugzilla.redhat.com/1258342>
|
||||||
|
|
||||||
|
|||||||
@@ -279,7 +279,7 @@ Debian hosts using UsrMerge are now supported (Pino Toscano).
|
|||||||
Header files and C structs can now have internal documentation using
|
Header files and C structs can now have internal documentation using
|
||||||
the special C</** ... */> comments.
|
the special C</** ... */> comments.
|
||||||
|
|
||||||
C<@VAR@> subtitutions in C<./run> are now fully quoted. This is
|
C<@VAR@> substitutions in C<./run> are now fully quoted. This is
|
||||||
necessary so that (eg) C<./configure PYTHON=/some/path> works robustly
|
necessary so that (eg) C<./configure PYTHON=/some/path> works robustly
|
||||||
if C</some/path> contains characters that need to be quoted (Hilko
|
if C</some/path> contains characters that need to be quoted (Hilko
|
||||||
Bengen).
|
Bengen).
|
||||||
@@ -417,7 +417,7 @@ Importing VMs from VMware is failing with error "Inspection field 'i_arch' was '
|
|||||||
|
|
||||||
=item L<https://bugzilla.redhat.com/1401320>
|
=item L<https://bugzilla.redhat.com/1401320>
|
||||||
|
|
||||||
RFE: Increate virt-sysprep coverage a bit
|
RFE: Increase virt-sysprep coverage a bit
|
||||||
|
|
||||||
=item L<https://bugzilla.redhat.com/1400205>
|
=item L<https://bugzilla.redhat.com/1400205>
|
||||||
|
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ the git repository, or the ChangeLog file distributed in the tarball.
|
|||||||
- 588763 libguestfs should use non-public or link-local addresses for appliance network
|
- 588763 libguestfs should use non-public or link-local addresses for appliance network
|
||||||
- 588733 Updates to Spanish translation
|
- 588733 Updates to Spanish translation
|
||||||
- 588651 guestfish 'strings-e' cmd does not give proper error message or hint
|
- 588651 guestfish 'strings-e' cmd does not give proper error message or hint
|
||||||
- 587484 lvresize can't reduce size of a volumn
|
- 587484 lvresize can't reduce size of a volume
|
||||||
- 585961 Updates to Spanish translation
|
- 585961 Updates to Spanish translation
|
||||||
- 585223 ntfsresize should support shrinking filesystems
|
- 585223 ntfsresize should support shrinking filesystems
|
||||||
- 585222 pvresize should support shrinking PVs
|
- 585222 pvresize should support shrinking PVs
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ Disable the LVM2 devicesfile in the appliance since it interferes with
|
|||||||
cloned LVs that have the same UUID (Laszlo Ersek).
|
cloned LVs that have the same UUID (Laszlo Ersek).
|
||||||
|
|
||||||
Don't use C<-cpu max> on RISC-V as it is not yet supported by qemu's
|
Don't use C<-cpu max> on RISC-V as it is not yet supported by qemu's
|
||||||
TCG emulation of that architecture. This will be reenabled when qemu
|
TCG emulation of that architecture. This will be re-enabled when qemu
|
||||||
gets support.
|
gets support.
|
||||||
|
|
||||||
Avoid a rare hang that would happen when launching the appliance.
|
Avoid a rare hang that would happen when launching the appliance.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
REAMDE for the Erlang bindings to libguestfs
|
README for the Erlang bindings to libguestfs
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
To get started, take a look at the man page guestfs-erlang(3) and the
|
To get started, take a look at the man page guestfs-erlang(3) and the
|
||||||
|
|||||||
@@ -9785,7 +9785,7 @@ C<device> is the encrypted block device.
|
|||||||
|
|
||||||
The appliance will connect to the Tang servers noted in the tree of
|
The appliance will connect to the Tang servers noted in the tree of
|
||||||
Clevis pins that is bound to a keyslot of the LUKS header. The Clevis
|
Clevis pins that is bound to a keyslot of the LUKS header. The Clevis
|
||||||
pin tree may comprise C<sss> (redudancy) pins as internal nodes
|
pin tree may comprise C<sss> (redundancy) pins as internal nodes
|
||||||
(optionally), and C<tang> pins as leaves. C<tpm2> pins are not
|
(optionally), and C<tang> pins as leaves. C<tpm2> pins are not
|
||||||
supported. The appliance unlocks the encrypted block device by
|
supported. The appliance unlocks the encrypted block device by
|
||||||
combining responses from the Tang servers with metadata from the LUKS
|
combining responses from the Tang servers with metadata from the LUKS
|
||||||
|
|||||||
@@ -365,7 +365,7 @@ type action = {
|
|||||||
protocol_limit_warning : bool; (** warn about protocol size limits *)
|
protocol_limit_warning : bool; (** warn about protocol size limits *)
|
||||||
fish_alias : string list; (** alias(es) for this cmd in guestfish *)
|
fish_alias : string list; (** alias(es) for this cmd in guestfish *)
|
||||||
fish_output : fish_output_t option; (** how to display output in guestfish *)
|
fish_output : fish_output_t option; (** how to display output in guestfish *)
|
||||||
visibility: visibility; (** The visbility of function *)
|
visibility: visibility; (** The visibility of function *)
|
||||||
deprecated_by : deprecated_by; (** function is deprecated *)
|
deprecated_by : deprecated_by; (** function is deprecated *)
|
||||||
optional : string option; (** function is part of an optional group *)
|
optional : string option; (** function is part of an optional group *)
|
||||||
progress : bool; (** function can generate progress messages *)
|
progress : bool; (** function can generate progress messages *)
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ extern Hash_table *hash_xinitialize (size_t candidate,
|
|||||||
Hash_data_freer data_freer);
|
Hash_data_freer data_freer);
|
||||||
|
|
||||||
/* Make all buckets empty, placing any chained entries on the free list.
|
/* Make all buckets empty, placing any chained entries on the free list.
|
||||||
Apply the user-specified function data_freer (if any) to the datas of any
|
Apply the user-specified function data_freer (if any) to the data of any
|
||||||
affected entries. */
|
affected entries. */
|
||||||
extern void hash_clear (Hash_table *table);
|
extern void hash_clear (Hash_table *table);
|
||||||
|
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ You can convert AVCs into suggested SELinux policy rules using tools
|
|||||||
like L<audit2allow(1)>. For more information, see the "Security
|
like L<audit2allow(1)>. For more information, see the "Security
|
||||||
Enhanced Linux User Guide".
|
Enhanced Linux User Guide".
|
||||||
|
|
||||||
To reenable SELinux and sVirt, do:
|
To re-enable SELinux and sVirt, do:
|
||||||
|
|
||||||
setenforce Enforcing
|
setenforce Enforcing
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ if [ "$(cat inspect-fstab-md.output)" != "true" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Test inspection when /boot is specfied as /dev/md/bootdev
|
# Test inspection when /boot is specified as /dev/md/bootdev
|
||||||
cat <<'EOF' > inspect-fstab-md.fstab
|
cat <<'EOF' > inspect-fstab-md.fstab
|
||||||
/dev/VG/Root / ext2 default 0 0
|
/dev/VG/Root / ext2 default 0 0
|
||||||
/dev/md/bootdev /boot ext2 default 0 0
|
/dev/md/bootdev /boot ext2 default 0 0
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
# Test guestfish list-filesystems command finds file system on partitioned
|
# Test guestfish list-filesystems command finds file system on partitioned
|
||||||
# md device and does't take into account md device itself (similar to as
|
# md device and doesn't take into account md device itself (similar to as
|
||||||
# physical devices are skipped if they are partitioned)
|
# physical devices are skipped if they are partitioned)
|
||||||
|
|
||||||
source ./functions.sh
|
source ./functions.sh
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=690819
|
# https://bugzilla.redhat.com/show_bug.cgi?id=690819
|
||||||
# mkfs fails creating a filesytem on a disk device when using a disk
|
# mkfs fails creating a filesystem on a disk device when using a disk
|
||||||
# with 'ide' interface
|
# with 'ide' interface
|
||||||
#
|
#
|
||||||
# The 'iface' parameter is now ignored:
|
# The 'iface' parameter is now ignored:
|
||||||
|
|||||||
Reference in New Issue
Block a user