diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-08-12 17:40:07 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-08-12 17:44:36 +0100 |
commit | 0bf856930af2f5c45e9c24fd929a3feb25242d01 (patch) | |
tree | 84b2ec6f85058e7c45d391026124e566f5679be0 | |
parent | 2361905686c62b4163232139c3d390acd2c07916 (diff) | |
download | libguestfs-0bf856930af2f5c45e9c24fd929a3feb25242d01.tar.gz libguestfs-0bf856930af2f5c45e9c24fd929a3feb25242d01.tar.xz libguestfs-0bf856930af2f5c45e9c24fd929a3feb25242d01.zip |
Spelling fix: labelled -> labeled.
-rwxr-xr-x | src/generator.ml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/generator.ml b/src/generator.ml index 0bd9924d..b9544ff9 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -3289,17 +3289,17 @@ This command disables the libguestfs appliance swap on file."); ["swapoff_label"; "swapit"]; ["zero"; "/dev/sdb"]; ["blockdev_rereadpt"; "/dev/sdb"]])], - "enable swap on labelled swap partition", + "enable swap on labeled swap partition", "\ -This command enables swap to a labelled swap partition. +This command enables swap to a labeled swap partition. See C<guestfs_swapon_device> for other notes."); ("swapoff_label", (RErr, [String "label"]), 175, [], [], (* XXX tested by swapon_label *) - "disable swap on labelled swap partition", + "disable swap on labeled swap partition", "\ This command disables the libguestfs appliance swap on -labelled swap partition."); +labeled swap partition."); ("swapon_uuid", (RErr, [String "uuid"]), 176, [], [InitEmpty, Always, TestRun ( |