Author: jkeenan
Date: Fri Jul 18 15:50:55 2008
New Revision: 29601
Modified:
trunk/lib/Parrot/Harness/Smoke.pm
Log:
Add a preposition to one 'die' message.
Modified: trunk/lib/Parrot/Harness/Smoke.pm
==============================================================================
--- trunk/lib/Parrot/Harness/Smoke.pm (original)
+++ trunk/lib/Parrot/Harness/Smoke.pm Fri Jul 18 15:50:55 2008
@@ -50,7 +50,7 @@
eval { require LWP::UserAgent };
if( $@ ) {
die "\n" . ('-' x 55) . "\nCould not load LWP::UserAgent."
- . "\nPlease install it if you want to send TAP archives Smolder.\n"
+ . "\nPlease install it if you want to send TAP archives to
Smolder.\n"
. ('-' x 55) . "[EMAIL PROTECTED]";
}