Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Fitler -> Filter
  • Loading branch information
Cipherwraith committed Dec 31, 2013
1 parent 976a674 commit 6fcb183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_python.c
Expand Up @@ -1795,7 +1795,7 @@ static apr_status_t python_filter(int is_input, ap_filter_t *f,
} }


/* are we in transparent mode? transparent mode is on after an error, /* are we in transparent mode? transparent mode is on after an error,
so a fitler can spit out an error without causing infinite loop */ so a filter can spit out an error without causing infinite loop */
if (ctx->transparent) { if (ctx->transparent) {
if (is_input) if (is_input)
return ap_get_brigade(f->next, bb, mode, block, readbytes); return ap_get_brigade(f->next, bb, mode, block, readbytes);
Expand Down

0 comments on commit 6fcb183

Please sign in to comment.