diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-12-23 14:22:17 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-12-23 14:22:17 +0000 |
| commit | bd375b95662382d270567414d7c5a29987fa1c3f (patch) | |
| tree | 214b44a7e6d64b69f18afabde65be3250098c15c /src/http/ngx_http_upstream.h | |
| parent | d741a7f8271ecc90799ceded75e390a413cb6dd0 (diff) | |
| download | nginx-bd375b95662382d270567414d7c5a29987fa1c3f.tar.gz nginx-bd375b95662382d270567414d7c5a29987fa1c3f.tar.bz2 | |
fix typo
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 09fab00e6..253411201 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -323,7 +323,7 @@ ngx_int_t ngx_http_upstream_create(ngx_http_request_t *r); void ngx_http_upstream_init(ngx_http_request_t *r); ngx_http_upstream_srv_conf_t *ngx_http_upstream_add(ngx_conf_t *cf, ngx_url_t *u, ngx_uint_t flags); -char *ngx_http_upsteam_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, +char *ngx_http_upstream_bind_set_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); ngx_int_t ngx_http_upstream_hide_headers_hash(ngx_conf_t *cf, ngx_http_upstream_conf_t *conf, ngx_http_upstream_conf_t *prev, |
