3 typos detected in code comments in the contrib/modsecurity subsystem.
LOG(&null_worker, "%s", str);
}
-/* This fucntion load the ModSecurity file. It returns -1 if the
+/* This function load the ModSecurity file. It returns -1 if the
* initialisation fails.
*/
int modsecurity_load(const char *file)
goto fail;
}
- /* Stores HTTP body avalaible data in a bucket */
+ /* Stores HTTP body available data in a bucket */
data_bucket = apr_bucket_alloc(sizeof(*data_bucket), req->connection->bucket_alloc);
if (!data_bucket) {
errno = ENOMEM;