From 4ba2c0541b2b2138280e9795f291335fa4d1a841 Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 13 Jun 2007 23:56:51 +0000 Subject: [PATCH] 2007-06-13 23:56:51 by steve Typo-fix. infomation -> information. --- bin/xen-create-image | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 3ef6e12..d73d366 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -564,7 +564,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.153 2007-06-12 00:56:30 steve Exp $ + $Id: xen-create-image,v 1.154 2007-06-13 23:56:51 steve Exp $ =cut @@ -1239,7 +1239,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.153 $'; + my $REVISION = '$Revision: 1.154 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; @@ -1626,7 +1626,7 @@ sub showSummery # # Show the user what to expect. # - logprint( "\nGeneral Infomation\n" ); + logprint( "\nGeneral Information\n" ); logprint( "--------------------\n" ); logprint( "Hostname : $CONFIG{'hostname'}\n" ); logprint( "Distribution : $CONFIG{'dist'}\n" );