From f86cde729e2b3132d4fc7ef638f3750050a37cca Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 25 Jun 2006 17:29:53 +0000 Subject: [PATCH] 2006-06-25 17:29:52 by steve Fix a couple of typos, see Debian bug #375382. --- bin/xen-create-image | 8 ++++---- etc/xen-tools.conf | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index bf993d2..a972012 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -433,7 +433,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.46 2006-06-24 22:18:37 steve Exp $ + $Id: xen-create-image,v 1.47 2006-06-25 17:29:52 steve Exp $ =cut @@ -851,7 +851,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.46 $'; + my $REVISION = '$Revision: 1.47 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { @@ -1241,7 +1241,7 @@ sub createLVMBits # - # Check whether the sawp volume exists already, and if so abort + # Check whether the swap volume exists already, and if so abort # unless '--force' is specified. # my $lvm_swap = "/dev/$CONFIG{'lvm'}/$CONFIG{'hostname'}-swap"; @@ -1254,7 +1254,7 @@ sub createLVMBits } else { - print "The LVM sawp image already exists. Aborting.\n"; + print "The LVM swap image already exists. Aborting.\n"; print "Specify '--force' to delete and recreate\n"; exit; } diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index b6a256c..0f060ad 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -88,7 +88,7 @@ image = sparse # Specify sparse vs. full disk images. # sid - Debian # sarge - Debian # etch - Debian -# dapper - Unbuntu +# dapper - Ubuntu # centos4 - CentOS 4. #