Fix spelling in comment.

svn path=/trunk/netsurf/; revision=2518
This commit is contained in:
Michael Drake 2006-04-09 20:06:12 +00:00
parent 3e5490c6fd
commit e5e1b982d5
1 changed files with 1 additions and 1 deletions

View File

@ -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)