Fix documentation for check().

This commit is contained in:
tastytea 2020-11-13 20:29:23 +01:00
parent e1827d08cc
commit 5af456a18b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ private:
}
/*!
* @brief Throw runtime error if command doesn't return CURLE_OK.
* @brief Throw CURLException if command doesn't return CURLE_OK.
*
* @since 0.1.0
*/