From c423900f02e84e8611bccaa96198e0e2cf0d62b6 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Mon, 5 Feb 2018 17:04:23 +0000 Subject: [PATCH] Fix typo --- src/proxy/proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proxy/proxy.h b/src/proxy/proxy.h index 4173fb7..4be93d5 100644 --- a/src/proxy/proxy.h +++ b/src/proxy/proxy.h @@ -46,7 +46,7 @@ struct proxier { /* This is the size we advertise to the downstream server */ uint64_t upstream_size; - /* These are thet transmission flags sent as part of the handshake */ + /* These are the transmission flags sent as part of the handshake */ uint32_t upstream_flags; /* We transform the raw request header into here */