Skip to content
Snippets Groups Projects
Commit 67600817 authored by Daniel Bevenius's avatar Daniel Bevenius
Browse files

Fix typo in tp_file comment

parent f2d2203a
No related merge requests found
...@@ -74,7 +74,7 @@ struct Config { ...@@ -74,7 +74,7 @@ struct Config {
uint32_t timeout; uint32_t timeout;
// session_file is a path to a file to write, and read TLS session. // session_file is a path to a file to write, and read TLS session.
const char *session_file; const char *session_file;
// tp_file is a path to a fie to write, and read QUIC transport // tp_file is a path to a file to write, and read QUIC transport
// parameters. // parameters.
const char *tp_file; const char *tp_file;
// show_secret is true if transport secrets should be printed out. // show_secret is true if transport secrets should be printed out.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment