mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fix some typo.
Add some missing spaces spotted here and there to better comply with coding style git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -98,7 +98,7 @@ static void log_print(const char *file, int line, md_log_level_t level,
|
||||
buffer[LOG_BUF_LEN-1] = '\0';
|
||||
|
||||
if (log_server) {
|
||||
ap_log_error(file, line, APLOG_MODULE_INDEX, (int)level, rv, log_server, "%s",buffer);
|
||||
ap_log_error(file, line, APLOG_MODULE_INDEX, (int)level, rv, log_server, "%s", buffer);
|
||||
}
|
||||
else {
|
||||
ap_log_perror(file, line, APLOG_MODULE_INDEX, (int)level, rv, p, "%s", buffer);
|
||||
@@ -1167,7 +1167,7 @@ static apr_status_t get_certificates(server_rec *s, apr_pool_t *p, int fallback,
|
||||
}
|
||||
else if (APR_STATUS_IS_ENOENT(rv)) {
|
||||
/* certificate for this pkey is not available, others might
|
||||
* if pkeys have been added for a runnign mdomain.
|
||||
* if pkeys have been added for a running mdomain.
|
||||
* see issue #260 */
|
||||
rv = APR_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user