From 669df172ece6dc75608de701fa05fb77612352a1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 18 Nov 2014 17:16:26 +0000 Subject: Fix my spelling of teh everywhere --- content/fetchers.h | 2 +- content/fetchers/curl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/fetchers.h b/content/fetchers.h index 85085a049..c8f8300b8 100644 --- a/content/fetchers.h +++ b/content/fetchers.h @@ -42,7 +42,7 @@ struct fetch; * The flow of a fetch operation is: * URL is checked for aceptability. * setup with all applicable data. - * start is called before teh first poll + * start is called before the first poll * after completion or abort it is freed * */ 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) { -- cgit v1.2.3