
phred at apache
Feb 16, 2008, 12:03 AM
Post #1 of 1
(242 views)
Permalink
|
|
svn commit: r628250 - /perl/Apache-Reload/trunk/Makefile.PL
|
|
Author: phred Date: Sat Feb 16 00:03:37 2008 New Revision: 628250 URL: http://svn.apache.org/viewvc?rev=628250&view=rev Log: Fix a small spelling error found while testing. Modified: perl/Apache-Reload/trunk/Makefile.PL Modified: perl/Apache-Reload/trunk/Makefile.PL URL: http://svn.apache.org/viewvc/perl/Apache-Reload/trunk/Makefile.PL?rev=628250&r1=628249&r2=628250&view=diff ============================================================================== --- perl/Apache-Reload/trunk/Makefile.PL (original) +++ perl/Apache-Reload/trunk/Makefile.PL Sat Feb 16 00:03:37 2008 @@ -224,7 +224,7 @@ \t\@echo \t\@echo sorry, cannot run tests without a properly \t\@echo configured Apache-Test environment, mininum -\t\@echo Apache::Test version needes is $at_min_ver +\t\@echo Apache::Test version needed is $at_min_ver \t\@echo EOF }
|