summaryrefslogtreecommitdiff
path: root/documentation/src/drawing.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-11-29 11:14:42 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-11-29 11:14:42 +0000
commit06f5899980c4133d49e304c2c54aeed2f7815438 (patch)
tree8a06067697ad0d715e103df59a6b5269a09be8f3 /documentation/src/drawing.dox
parentad473c8208aea1bea379190ddf3cde1c473e4afc (diff)
Fix for documentation typos provided by Josef Vitu. Thanks.
Added Josef Vitu to CREDITS. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6946 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/drawing.dox')
-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 e3e220bc4..299709574 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -409,7 +409,7 @@ void fl_transformed_vertex(double xf, double yf)
\par
Transform a coordinate or a distance using the current transformation matrix.
After transforming a coordinate pair, it can be added to the vertex
-list without any forther translations using \p %fl_transformed_vertex().
+list without any further translations using \p %fl_transformed_vertex().
void fl_begin_points() <br>
void fl_end_points()