]> granicus.if.org Git - php/commitdiff
fix typo
authorRaphaël Tournoy <rtournoy@users.noreply.github.com>
Fri, 3 Jun 2016 15:18:14 +0000 (17:18 +0200)
committerRaphaël Tournoy <rtournoy@users.noreply.github.com>
Fri, 3 Jun 2016 15:18:14 +0000 (17:18 +0200)
ext/session/mod_files.sh

index 75ac6a2fd7980199410e80027171d652984e886f..39b7292920e882fe7634214962cbf414242ed9e6 100644 (file)
@@ -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