Skip to content

Commit 9fd83eb

Browse files
authored
Update upgrade.php
fix typo
1 parent 9fd3cf5 commit 9fd83eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scp/upgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
if(!$ost->isUpgradePending()) {
2626
$errors['err']=__('Nothing to do! System already upgraded to the current version');
2727
} elseif(!$upgrader->isUpgradable()) {
28-
$errors['err']=__('The upgrader does NOT support upgrading from the current vesion!');
28+
$errors['err']=__('The upgrader does NOT support upgrading from the current version!');
2929
} elseif(!$upgrader->check_prereq()) {
3030
$errors['prereq']=__('Minimum requirements not met! Refer to Release Notes for more information');
3131
} elseif(!strcasecmp(basename(CONFIG_FILE), 'settings.php')) {

0 commit comments

Comments
 (0)