diff options
author | Mike Rumph <mrumph@apache.org> | 2020-02-13 19:15:57 +0100 |
---|---|---|
committer | Mike Rumph <mrumph@apache.org> | 2020-02-13 19:15:57 +0100 |
commit | 85760859cac5870ffae86c5c02cfde6db696b140 (patch) | |
tree | cde5286acd23f1a007bdc03a37629f4196d6e8d1 /modules/session | |
parent | don't use DOTALL from mod_substitute which leaves \n at the end of the line. (diff) | |
download | apache2-85760859cac5870ffae86c5c02cfde6db696b140.tar.xz apache2-85760859cac5870ffae86c5c02cfde6db696b140.zip |
Fix spelling errors found by codespell. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/session')
-rw-r--r-- | modules/session/mod_session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/session/mod_session.c b/modules/session/mod_session.c index e62069ae53..b72ab140c6 100644 --- a/modules/session/mod_session.c +++ b/modules/session/mod_session.c @@ -128,7 +128,7 @@ static apr_status_t ap_session_load(request_rec * r, session_rec ** z) now = apr_time_now(); if (zz) { - /* load the session attibutes */ + /* load the session attributes */ rv = ap_run_session_decode(r, zz); /* having a session we cannot decode is just as good as having |