diff options
author | tastytea | 2020-02-12 20:22:47 +0100 |
---|---|---|
committer | tastytea | 2020-02-12 20:22:47 +0100 |
commit | 1c3efd35895676004aea7b640c8f2ef4ca526618 (patch) | |
tree | 4a2de3945cc4389f68e04eead11371830122077a | |
parent | ac07daddcef6719e579a151db4866bd61cadb525 (diff) | |
download | mastodonpp-1c3efd35895676004aea7b640c8f2ef4ca526618.tar mastodonpp-1c3efd35895676004aea7b640c8f2ef4ca526618.tar.gz mastodonpp-1c3efd35895676004aea7b640c8f2ef4ca526618.zip |
Typo: A space too much.
-rw-r--r-- | include/curl_wrapper.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl_wrapper.hpp b/include/curl_wrapper.hpp index 9fec3b6..6eb9d93 100644 --- a/include/curl_wrapper.hpp +++ b/include/curl_wrapper.hpp @@ -130,7 +130,7 @@ public: } /*! - * @brief URL decodes the given string . + * @brief URL decodes the given string. * * For more information consult [curl_easy_unescape(3)] * (https://curl.haxx.se/libcurl/c/curl_easy_unescape.html). |