Fix ini name

Closes GH-1376.
This commit is contained in:
Jordi Boggiano 2022-02-04 17:04:39 +01:00 committed by GitHub
parent 7d5b86855e
commit 6b0ab29716
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -834,7 +834,7 @@
</term>
<listitem>
<simpara>
<literal>session.sid_per_character</literal> allows you to specify the
<literal>session.sid_bits_per_character</literal> allows you to specify the
number of bits in encoded session ID character. The possible values are
'4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-", ",").
</simpara>