aboutsummaryrefslogtreecommitdiff
path: root/fcgi.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-10-02 17:20:10 +0000
committerOmar Polo <op@omarpolo.com>2021-10-02 17:20:10 +0000
commitc016b65ca9ca4e4f84f270feb76b1038cb13f358 (patch)
tree03971be853ab9ff45c6454d7f5966a1685248ae9 /fcgi.c
parentf7ee799023657126a89134cd64ab6a7638b4d1bf (diff)
typo
Diffstat (limited to 'fcgi.c')
-rw-r--r--fcgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fcgi.c b/fcgi.c
index 9678bec..a975a6c 100644
--- a/fcgi.c
+++ b/fcgi.c
@@ -354,7 +354,7 @@ fcgi_read(struct bufferevent *bev, void *d)
return;
#if DEBUG_FCGI
- write(debug_soocket, EVBUFFER_DATA(src),
+ write(debug_socket, EVBUFFER_DATA(src),
sizeof(hdr) + len + hdr.padding);
#endif