summaryrefslogtreecommitdiff
path: root/src/fl_draw_image_win32.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_draw_image_win32.cxx')
-rw-r--r--src/fl_draw_image_win32.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_draw_image_win32.cxx b/src/fl_draw_image_win32.cxx
index 05fc7ee8c..f688a6e1d 100644
--- a/src/fl_draw_image_win32.cxx
+++ b/src/fl_draw_image_win32.cxx
@@ -39,7 +39,7 @@
// Micro$oft picked a bottom-up and BGR storage format for their
// DIB images. I'm pretty certain there is a way around this, but
// I can't find any other than the brute-force method of drawing
-// each line as a seperate image. This may also need to be done
+// each line as a separate image. This may also need to be done
// if the delta is any amount other than 1, 3, or 4.
////////////////////////////////////////////////////////////////