summaryrefslogtreecommitdiff
path: root/include/netsurf/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netsurf/bitmap.h')
-rw-r--r--include/netsurf/bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netsurf/bitmap.h b/include/netsurf/bitmap.h
index e54bdff85..a85efce99 100644
--- a/include/netsurf/bitmap.h
+++ b/include/netsurf/bitmap.h
@@ -154,7 +154,7 @@ struct gui_bitmap_table {
*
* \param bitmap The bitmap to save
* \param path The path to save the bitmap to.
- * \param flags Flags affectin the save.
+ * \param flags Flags affecting the save.
*/
bool (*save)(void *bitmap, const char *path, unsigned flags);