summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Tournoy <rtournoy@users.noreply.github.com>2016-06-03 17:18:14 +0200
committerRaphaël Tournoy <rtournoy@users.noreply.github.com>2016-06-03 17:18:14 +0200
commit1dfdae6de4348124cb7c045581365dfdc916543a (patch)
tree21511b2f3621b7a6e744043c471df761da4bfa8c
parent2004c25790f51b796b415a8168f24aac6ff48d77 (diff)
downloadphp-git-1dfdae6de4348124cb7c045581365dfdc916543a.tar.gz
fix typo
-rw-r--r--ext/session/mod_files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/mod_files.sh b/ext/session/mod_files.sh
index 75ac6a2fd7..39b7292920 100644
--- a/ext/session/mod_files.sh
+++ b/ext/session/mod_files.sh
@@ -4,7 +4,7 @@ if [[ "$2" = "" ]] || [[ "$3" = "" ]]; then
echo "Usage: $0 BASE_DIRECTORY DEPTH HASH_BITS"
echo "BASE_DIRECTORY will be created if it doesn't exist"
echo "DEPTH must be an integer number >0"
- echo "HASH_BITS(session.hash_bits_per_charactor) should be one of 4, 5, or 6"
+ echo "HASH_BITS(session.hash_bits_per_character) should be one of 4, 5, or 6"
exit 1
fi