Author: pgollucci
Date: Thu Aug 31 22:05:48 2006
New Revision: 439180
URL: http://svn.apache.org/viewvc?rev=439180&view=rev
Log:
s/you/You/g
Modified:
perl/modperl/trunk/t/conf/post_config_startup.pl
Modified: perl/modperl/trunk/t/conf/post_config_startup.pl
URL:
http://svn.apache.org/viewvc/perl/modperl/trunk/t/conf/post_config_startup.pl?rev=439180&r1=439179&r2=439180&view=diff
==============================================================================
--- perl/modperl/trunk/t/conf/post_config_startup.pl (original)
+++ perl/modperl/trunk/t/conf/post_config_startup.pl Thu Aug 31 22:05:48 2006
@@ -70,7 +70,7 @@
if ($@) {
# unsupported platform
die $@ unless $@ =~ /Apache2::SizeLimit not implemented on/
- or $@ =~ /you must install BSD::Resource/;
+ or $@ =~ /You must install BSD::Resource/;
}
}