1
0
mirror of synced 2026-04-17 00:00:12 +00:00

2007-07-23 19:55:25 by steve

s/relevent/relevant/g
This commit is contained in:
steve
2007-07-23 19:55:25 +00:00
parent 654b6b9136
commit 4d0bb4f10f
2 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ xt-customize-image - Customize a freshly installed copy of GNU/Linux
--
http://www.steve.org.uk/
$Id: xt-customize-image,v 1.31 2007-07-10 19:36:25 steve Exp $
$Id: xt-customize-image,v 1.32 2007-07-23 19:55:25 steve Exp $
=cut
@@ -117,7 +117,7 @@ checkArguments();
#
# Run each relevent hook scripts.
# Run each relevant hook scripts.
#
runDistributionHooks();
@@ -165,7 +165,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.31 $';
my $REVISION = '$Revision: 1.32 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@@ -6,7 +6,7 @@
#
# Steve
# --
# $Id: xen-lists-images.t,v 1.5 2006-06-13 17:18:39 steve Exp $
# $Id: xen-lists-images.t,v 1.6 2007-07-23 19:55:25 steve Exp $
#
@@ -97,7 +97,7 @@ EOS
#
# Now run the xen-list-images script to make sure we can read
# the relevent details back from it.
# the relevant details back from it.
#
my $cmd = "./bin/xen-list-images --test=$dir";
my $output = `$cmd`;