summaryrefslogtreecommitdiff
path: root/content/fetchers.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-18 17:16:26 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-18 17:16:26 +0000
commit669df172ece6dc75608de701fa05fb77612352a1 (patch)
tree98b57fbc01f14094ae6866cb4f99afa3141e8580 /content/fetchers.h
parentcfc9971d0e5aa42bc384b65e8f368e12526c289c (diff)
downloadnetsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.gz
netsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.bz2
Fix my spelling of teh everywhere
Diffstat (limited to 'content/fetchers.h')
-rw-r--r--content/fetchers.h2
1 files changed, 1 insertions, 1 deletions
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
*
*/