File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1077,7 +1077,7 @@ typedef struct xqc_config_s {
1077
1077
/** enable log based on event or not, non-zero for enable, 0 for not */
1078
1078
xqc_flag_t cfg_log_event ;
1079
1079
1080
- /** qlog evnet importance */
1080
+ /** qlog event importance */
1081
1081
qlog_event_importance_t cfg_qlog_importance ;
1082
1082
1083
1083
/** print timestamp in log or not, non-zero for print, 0 for not */
@@ -1179,7 +1179,7 @@ typedef struct xqc_engine_callback_s {
1179
1179
* @brief engine's ssl config
1180
1180
*/
1181
1181
typedef struct xqc_engine_ssl_config_s {
1182
- /** private key filefor server */
1182
+ /** private key file for server */
1183
1183
char * private_key_file ;
1184
1184
/** certificate file for server */
1185
1185
char * cert_file ;
You can’t perform that action at this time.
0 commit comments