summaryrefslogtreecommitdiff
path: root/src/fl_line_style.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-07 18:02:50 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-07 18:02:50 +0000
commitbdb7002d585783bbf91fc7b45ad7b9c20a754f84 (patch)
treedefa95c8799a7f2adc5784e07db95486d7ffeaeb /src/fl_line_style.cxx
parenteaf604b4ed64410b42ef8568733e1005ca2860bc (diff)
Fixed typos and amended doxygen docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6564 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_line_style.cxx')
-rw-r--r--src/fl_line_style.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_line_style.cxx b/src/fl_line_style.cxx
index 63cf2da8d..4bfa90c1f 100644
--- a/src/fl_line_style.cxx
+++ b/src/fl_line_style.cxx
@@ -27,7 +27,7 @@
/**
\file fl_line_style.cxx
- \brief Line style drawing utility hiding different platforms.
+ \brief Line style drawing utility hiding different platforms.
*/
#include <FL/Fl.H>
@@ -51,7 +51,7 @@ void fl_quartz_restore_line_style_() {
#endif
/**
- Set how to draw lines (the "pen").
+ Sets how to draw lines (the "pen").
If you change this it is your responsibility to set it back to the default
using \c fl_line_style(0).
@@ -65,7 +65,7 @@ void fl_quartz_restore_line_style_() {
different and nicer than 1.
\param[in] dashes A pointer to an array of dash lengths, measured in pixels.
The first location is how long to draw a solid portion, the next
- is how long to draw the fap, then the solid, etc. It is terminated
+ is how long to draw the gap, then the solid, etc. It is terminated
with a zero-length entry. A \c NULL pointer or a zero-length
array results in a solid line. Odd array sizes are not supported
and result in undefined behavior.