From 0bf856930af2f5c45e9c24fd929a3feb25242d01 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 12 Aug 2009 17:40:07 +0100 Subject: [PATCH] Spelling fix: labelled -> labeled. --- src/generator.ml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/generator.ml b/src/generator.ml index 0bd9924..b9544ff 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 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 ( -- 1.8.3.1