Fixed a couple typos in mod_rewrite detection (I'm really doing this blind, as the source tree used for testing is different than the one for editing)
--- a/install/includes/stages/website.php Sun Dec 21 06:30:33 2008 -0500
+++ b/install/includes/stages/website.php Sun Dec 21 06:32:06 2008 -0500
@@ -167,8 +167,9 @@
if ( $patch_necessary ):
?>
<div class="usermessage">
- <b><?php echo $lang->get('website_msg_modwrite_disabled'); ?></b><br />
+ <b><?php echo $lang->get('website_msg_modrewrite_disabled'); ?></b><br />
<?php echo $lang->get('website_msg_modrewrite_maybeneeded'); ?>
+ </div>
<?php
endif;
}