summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2006-04-09 20:06:12 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2006-04-09 20:06:12 +0000
commite5e1b982d55636b409b194cf0488ebafe9c6d519 (patch)
tree9962fec0983b5730cef90de8e33bd5c354ee2d89
parent3e5490c6fd1341f8c4b4a0c38f818f73e491d7b1 (diff)
downloadnetsurf-e5e1b982d55636b409b194cf0488ebafe9c6d519.tar.gz
netsurf-e5e1b982d55636b409b194cf0488ebafe9c6d519.tar.bz2
Fix spelling in comment.
svn path=/trunk/netsurf/; revision=2518
-rw-r--r--riscos/thumbnail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/thumbnail.c b/riscos/thumbnail.c
index ed240fd28..2cb357ac5 100644
--- a/riscos/thumbnail.c
+++ b/riscos/thumbnail.c
@@ -63,7 +63,7 @@ static void thumbnail_restore_output(struct thumbnail_save_area *save_area);
*
* \param content content structure to thumbnail
* \param bitmap the bitmap to draw to
- * \param url the URL the thumnail belongs to, or NULL
+ * \param url the URL the thumbnail belongs to, or NULL
*/
bool thumbnail_create(struct content *content, struct bitmap *bitmap,
const char *url)