summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-05-11 06:25:35 +0000
committerManolo Gouy <Manolo>2018-05-11 06:25:35 +0000
commit1d8edbead1a03e81c08a44a17dcbd8738149158a (patch)
tree9e0850dde6a86aa3c57032d7262a111d12e44019
parentbf04697a05a2c9f128f1c5766cb24ed57c251601 (diff)
Fix typo.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12913 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--documentation/src/drawing.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index 046963fb7..f8b2fd903 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -87,7 +87,7 @@ image type, the platform and some hardware features. The most common
case for Fl_RGB_Image's is that FLTK uses a scaled drawing system feature that directly
maps image data to screen pixels. An important feature of FLTK for image drawing
is the Fl_Image::scale() member function, new in FLTK version 1.4. This function
-controls the image drawing size (in FLTK units) independantly from the size
+controls the image drawing size (in FLTK units) independently from the size
of the image data. An image with large enough data size can thus be drawn at the
full resolution of the screen even when the screen area covered by the image grows
following the GUI scale factor.