diff --git a/system/src/Grav/Console/Gpm/SelfupgradeCommand.php b/system/src/Grav/Console/Gpm/SelfupgradeCommand.php index ae1bc18e4..542878380 100644 --- a/system/src/Grav/Console/Gpm/SelfupgradeCommand.php +++ b/system/src/Grav/Console/Gpm/SelfupgradeCommand.php @@ -87,7 +87,7 @@ class SelfupgradeCommand extends ConsoleCommand $this->output->writeln("ATTENTION:"); $this->output->writeln(" Grav has increased the minimum PHP requirement."); $this->output->writeln(" You are currently running PHP " . PHP_VERSION . ", but PHP " . GRAV_PHP_MIN . " is required."); - $this->output->writeln(" Additional informations: http://getgrav.org/blog/changing-php-requirements-to-5.5"); + $this->output->writeln(" Additional information: http://getgrav.org/blog/changing-php-requirements-to-5.5"); $this->output->writeln(""); $this->output->writeln("Selfupgrade aborted."); $this->output->writeln("");