From 61af4e050da810d164a843d142284dd50ab04ad2 Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 23 Feb 2007 21:42:20 +0000 Subject: [PATCH] 2007-02-23 21:42:20 by steve Typo fix: beneat -> beneath --- bin/xen-delete-image | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/xen-delete-image b/bin/xen-delete-image index 2a639e6..7d0228c 100755 --- a/bin/xen-delete-image +++ b/bin/xen-delete-image @@ -88,7 +88,7 @@ Show the version number and exit. xen-delete-image --dir=/home/xen --hostname=foo --hostname=bar - (The matching Xen configuration files beneat /etc/xen will also be + (The matching Xen configuration files beneath /etc/xen will also be removed.) =cut @@ -136,7 +136,7 @@ Show the version number and exit. -- http://www.steve.org.uk/ - $Id: xen-delete-image,v 1.28 2007-02-23 18:58:26 steve Exp $ + $Id: xen-delete-image,v 1.29 2007-02-23 21:42:20 steve Exp $ =cut @@ -335,7 +335,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.28 $'; + my $REVISION = '$Revision: 1.29 $'; if ( $REVISION =~ /1.([0-9.]+) / ) {