Skip to content

Commit 18cc538

Browse files
committed
Fix typo
1 parent 8f4a6d6 commit 18cc538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fastcgi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *e
428428
size_t buf_size = sizeof(buf);
429429
int name_len = 0;
430430
int val_len = 0;
431-
uint eff_name_lenk = 0;
431+
uint eff_name_len = 0;
432432
char *s;
433433
int ret = 1;
434434
size_t bytes_consumed;

0 commit comments

Comments
 (0)