Skip to content

Commit

Permalink
Update upgrade.php
Browse files Browse the repository at this point in the history
corrected typo on line 103
  • Loading branch information
WMDwebs authored Mar 20, 2020
1 parent fd40a4d commit c881335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

switch ($task) {
case '':
html_body("<div class='well text-center'><h3><a href='$url?task=startUpgrade&standalone=1'>Click here to start upgrade.</a></h3><br /><strong>Do not refresh or stop the process. This may take serveral minutes.</strong></div>");
html_body("<div class='well text-center'><h3><a href='$url?task=startUpgrade&standalone=1'>Click here to start upgrade.</a></h3><br /><strong>Do not refresh or stop the process. This may take several minutes.</strong></div>");

case 'startUpgrade':
$nextTask = 'fetchUpdates';
Expand Down

0 comments on commit c881335

Please sign in to comment.