summaryrefslogtreecommitdiff
path: root/image/image_cache.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 /image/image_cache.h
parentcfc9971d0e5aa42bc384b65e8f368e12526c289c (diff)
downloadnetsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.gz
netsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.bz2
Fix my spelling of teh everywhere
Diffstat (limited to 'image/image_cache.h')
-rw-r--r--image/image_cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/image/image_cache.h b/image/image_cache.h
index c0a3076b0..eb7a04fa3 100644
--- a/image/image_cache.h
+++ b/image/image_cache.h
@@ -94,7 +94,7 @@ struct bitmap *image_cache_find_bitmap(struct content *c);
* conversion when a content is initially added to the cache.
*
* @param c The content to be considered.
- * @return true if a speculative conversion is desired false otehrwise.
+ * @return true if a speculative conversion is desired false otherwise.
*/
bool image_cache_speculate(struct content *c);
@@ -148,7 +148,7 @@ int image_cache_snentryf(char *string, size_t size, unsigned int entryn,
* r The total size of read operations which could not be sucessfully
* returned. ie. not available in cache and conversion failed.
* s The number of images which were placed in the cache but never read.
- * t The number of images that were converted on insertion into teh cache which were subsequently never used.
+ * t The number of images that were converted on insertion into the cache which were subsequently never used.
* u The number of times an image was converted after the first
* v The number of images that had extra conversions performed.
* w Size of the image that was converted (read missed cache) highest number