summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/vtls/keylog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/vtls/keylog.h')
-rw-r--r--libs/libcurl/src/vtls/keylog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libcurl/src/vtls/keylog.h b/libs/libcurl/src/vtls/keylog.h
index 5b2df7fe8f..88151dea2d 100644
--- a/libs/libcurl/src/vtls/keylog.h
+++ b/libs/libcurl/src/vtls/keylog.h
@@ -61,7 +61,7 @@ bool Curl_tls_keylog_write(const char *label,
const unsigned char *secret, size_t secretlen);
/*
- * Appends a line to the key log file, ensure it is terminated by a LF.
+ * Appends a line to the key log file, ensure it is terminated by an LF.
* Returns true iff the key log file is open and a valid line was provided.
*/
bool Curl_tls_keylog_write_line(const char *line);