Fix decumentation for CURLWrapper destructor.

This commit is contained in:
tastytea 2020-01-24 21:50:51 +01:00
parent 8955442b0d
commit ac4150a3aa
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public:
/*!
* @brief Cleans up curl and connection.
*
* Calls `curl_global_cleanup`, which is not thread-safe. For more
* May call `curl_global_cleanup`, which is not thread-safe. For more
* information consult [curl_global_cleanup(3)]
* (https://curl.haxx.se/libcurl/c/curl_global_cleanup.html).
*