Author: jfthomps
Date: Wed Oct 26 16:36:22 2011
New Revision: 1189302
URL: http://svn.apache.org/viewvc?rev=1189302&view=rev
Log:
VCL-494
Typo in testsetup.php
applied diff from JIRA issue submitted by Mark Gardner
'extensions' was misspelled
Modified:
incubator/vcl/trunk/web/testsetup.php
Modified: incubator/vcl/trunk/web/testsetup.php
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/testsetup.php?rev=1189302&r1=1189301&r2=1189302&view=diff
==============================================================================
--- incubator/vcl/trunk/web/testsetup.php (original)
+++ incubator/vcl/trunk/web/testsetup.php Wed Oct 26 16:36:22 2011
@@ -276,7 +276,7 @@ $diff = array_diff($requiredexts, $exts)
print "<ul>\n";
if(count($diff)) {
$missing = implode(', ', $diff);
- fail("Missing these extensiosn: $missing. Depending on the extension,
some or all of VCL will not work.");
+ fail("Missing these extensions: $missing. Depending on the extension,
some or all of VCL will not work.");
}
else
pass("All required modules are installed");