We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfcf322 + 1f7cc24 commit 07a7938Copy full SHA for 07a7938
ext/session/mod_files.sh
@@ -4,7 +4,7 @@ if [[ "$2" = "" ]] || [[ "$3" = "" ]]; then
4
echo "Usage: $0 BASE_DIRECTORY DEPTH HASH_BITS"
5
echo "BASE_DIRECTORY will be created if it doesn't exist"
6
echo "DEPTH must be an integer number >0"
7
- 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"
8
exit 1
9
fi
10
0 commit comments