diff options
author | Christoph M. Becker <cmb@php.net> | 2016-06-09 15:28:58 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2016-06-09 15:28:58 +0200 |
commit | 1f7cc24df7862f68e1ac314f00b66205b1e97b31 (patch) | |
tree | 345fc122775c072ff348571dba39ab006320537a | |
parent | c26097c2f19bac7b085b45271dc27ad683f33aa2 (diff) | |
parent | 1dfdae6de4348124cb7c045581365dfdc916543a (diff) | |
download | php-git-1f7cc24df7862f68e1ac314f00b66205b1e97b31.tar.gz |
Merge branch 'pull-request/1930' into PHP-5.6
-rw-r--r-- | ext/session/mod_files.sh | 2 |
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 |