summaryrefslogtreecommitdiff
path: root/scripts/password-hash.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/password-hash.sh')
-rwxr-xr-xscripts/password-hash.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/password-hash.sh b/scripts/password-hash.sh
index 74f84d264..eb2e3424a 100755
--- a/scripts/password-hash.sh
+++ b/scripts/password-hash.sh
@@ -21,7 +21,7 @@ if (version_compare(PHP_VERSION, "5.2.0", "<")) {
$version = PHP_VERSION;
echo <<<EOF
-ERROR: This script requires at least PHP version 5.2.0. You invoked it with
+ERROR: This script requires at least PHP version 5.2.0. You invoked it with
PHP version {$version}.
\n
EOF;