From 9e2d9ba58c19a4846a015a6adefe7f3b8b73801f Mon Sep 17 00:00:00 2001
From: Michael <Chefkeks@users.noreply.github.com>
Date: Thu, 14 Apr 2016 21:38:45 +0200
Subject: [PATCH] Update prereq.inc.php

Missing h in highly
---
 include/upgrader/prereq.inc.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/upgrader/prereq.inc.php b/include/upgrader/prereq.inc.php
index 2c0e8d853..8d48052c1 100644
--- a/include/upgrader/prereq.inc.php
+++ b/include/upgrader/prereq.inc.php
@@ -22,7 +22,7 @@ if(!defined('OSTSCPINC') || !$thisstaff || !$thisstaff->isAdmin()) die('Access D
                 <li class="<?php echo $upgrader->check_mysql_version()?'yes':'no'; ?>">
                 <?php echo sprintf(__('%s or later'), 'MySQL v5.0'); ?> - (<small><b><?php echo db_version(); ?></b></small>)</li>
             </ul>
-            <h3><?php echo __('Higly Recommended');?>:</h3>
+            <h3><?php echo __('Highly Recommended');?>:</h3>
             <?php echo __('We highly recommend that you follow the steps below.');?>
             <ul>
                 <li><?php echo __("Back up the current database if you haven't done so already."); ?></li>
-- 
GitLab