Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
chain ->
chian
  ^^
  • Loading branch information
kenhys committed Jan 26, 2015
1 parent 513763f commit ade0c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpd/nginx-module/ngx_http_groonga_module.c
Expand Up @@ -441,7 +441,7 @@ ngx_http_groonga_context_receive_handler_raw(grn_ctx *context,
chain->buf->pos = (u_char *)chunk;
chain->buf->last = (u_char *)chunk + chunk_size;
chain->buf->tag = (ngx_buf_tag_t)&ngx_http_groonga_module;
chian->buf->flush = 1;
chain->buf->flush = 1;
chain->buf->temporary = 0;
chain->buf->memory = 1;
chain->buf->in_file = 0;
Expand Down

0 comments on commit ade0c14

Please sign in to comment.