diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-06-02 13:40:32 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-06-02 13:40:41 +0200 |
commit | 71c39f29651523ffda10d0abc17f9057f54bd356 (patch) | |
tree | 24b8402052a611adb41dbaf0682c89d5bf760304 | |
parent | 9f89cd5ae4960b7f6b5e1ef91dcb3375dc12fd15 (diff) | |
download | curl-71c39f29651523ffda10d0abc17f9057f54bd356.tar.gz |
axtls: follow-up spell fix of comment
-rw-r--r-- | lib/vtls/axtls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/axtls.c b/lib/vtls/axtls.c index 9b4dbd590..b262392a0 100644 --- a/lib/vtls/axtls.c +++ b/lib/vtls/axtls.c @@ -30,7 +30,7 @@ #ifdef USE_AXTLS -#error axTLS support has been disabled in curl due to doubts about quaility, +#error axTLS support has been disabled in curl due to doubts about quality, #error user dedication and a lack of use/testing. We urge users to consider #error using a more established TLS backend instead. |