Skip to content

Commit fa11d47

Browse files
committed
Fix typo and unused code
1 parent 5746823 commit fa11d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redirectionio_protocol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ apr_status_t redirectionio_protocol_send_filter_headers(redirectionio_connection
225225
headers = cJSON_GetObjectItem(result, "headers");
226226

227227
if (headers == NULL || headers->type != cJSON_Array) {
228-
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "mod_redirectionio: No headers present int json result");
228+
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "mod_redirectionio: No header present in json result");
229229

230230
return APR_EINCOMPLETE;
231231
}

0 commit comments

Comments
 (0)