diff options
author | Mike Rumph <mrumph@apache.org> | 2020-02-13 18:15:57 +0000 |
---|---|---|
committer | Mike Rumph <mrumph@apache.org> | 2020-02-13 18:15:57 +0000 |
commit | 85760859cac5870ffae86c5c02cfde6db696b140 (patch) | |
tree | cde5286acd23f1a007bdc03a37629f4196d6e8d1 /modules/slotmem | |
parent | b6dd2f55dc8735ec09ed0830ba7ec78dd99cde7f (diff) | |
download | httpd-85760859cac5870ffae86c5c02cfde6db696b140.tar.gz |
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/slotmem')
-rw-r--r-- | modules/slotmem/mod_slotmem_shm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/slotmem/mod_slotmem_shm.c b/modules/slotmem/mod_slotmem_shm.c index 6dda8f65fe..f4eaa84c33 100644 --- a/modules/slotmem/mod_slotmem_shm.c +++ b/modules/slotmem/mod_slotmem_shm.c @@ -56,7 +56,7 @@ struct ap_slotmem_instance_t { }; /* - * Layout for SHM and persited file : + * Layout for SHM and persisted file : * * +-------------------------------------------------------------+~> * | desc | num_free | base (slots) | inuse (array) | md5 | desc | compat.. |