Fix comment typo
authorFabian Keil <fk@fabiankeil.de>
Mon, 10 Dec 2018 17:13:01 +0000 (18:13 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sun, 16 Dec 2018 14:45:26 +0000 (15:45 +0100)
jcc.c

diff --git a/jcc.c b/jcc.c
index bb87d05..602e18e 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -1945,7 +1945,7 @@ static jb_err parse_client_request(struct client_state *csp)
  * Parameters  :
  *          1  :  csp = Current client state (buffers, headers, etc...)
  *
- * Returns     :  0 on success, anything else is na error.
+ * Returns     :  0 on success, anything else is an error.
  *
  *********************************************************************/
 static int send_http_request(struct client_state *csp)