Fix spelling

This commit is contained in:
Zeev Suraski 2000-03-03 01:58:15 +00:00
parent 68c10efe1b
commit 70bd8c71b5

View file

@ -367,7 +367,7 @@ session.cookie_path = / ; the path the cookie is valid for
session.cookie_domain = ; the domain the cookie is valid for session.cookie_domain = ; the domain the cookie is valid for
session.serialize_handler = php ; handler used to serialize data session.serialize_handler = php ; handler used to serialize data
; php is the standard serializer of PHP ; php is the standard serializer of PHP
session.gc_probability = 1 ; procentual probability that the session.gc_probability = 1 ; percentual probability that the
; 'garbage collection' process is started ; 'garbage collection' process is started
; on every session initialization ; on every session initialization
session.gc_maxlifetime = 1440 ; after this number of seconds, stored session.gc_maxlifetime = 1440 ; after this number of seconds, stored