summaryrefslogtreecommitdiff
path: root/content/fetchers/curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/curl.c')
-rw-r--r--content/fetchers/curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c
index 08acbf286..d067cfaaf 100644
--- a/content/fetchers/curl.c
+++ b/content/fetchers/curl.c
@@ -157,7 +157,7 @@ static void fetch_curl_finalise(lwc_string *scheme)
* Check if this fetcher can fetch a url.
*
* \param url The url to check.
- * \return true if teh fetcher supports teh url else false.
+ * \return true if the fetcher supports the url else false.
*/
static bool fetch_curl_can_fetch(const nsurl *url)
{