浏览代码

tls_wolfssl: Fix typo

Bastian Triller 2 月之前
父节点
当前提交
157f0ea6eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/tls_wolfssl/tls_server.h

+ 1 - 1
src/modules/tls_wolfssl/tls_server.h

@@ -52,7 +52,7 @@ typedef struct tls_rd_buf
 /* tls conn flags */
 #define F_TLS_CON_WR_WANTS_RD 1	  /* write wants read */
 #define F_TLS_CON_HANDSHAKED 2	  /* connection is handshaked */
-#define F_TLS_CON_RENEGOTIATION 4 /* renegotiation by clinet */
+#define F_TLS_CON_RENEGOTIATION 4 /* renegotiation by client */
 
 typedef struct tls_extra_data
 {