summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-07-19 18:48:15 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-07-19 18:48:15 +0000
commitab3eb7e719fbb5b37cf19920c95a1648199e6015 (patch)
tree4447ee654e24924f976451020d5ca5228a416141
parent4261960ba477021e3a319f520ac0b64c1842aac7 (diff)
Fixed missing slash in documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5933 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--documentation/Fl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Fl.html b/documentation/Fl.html
index f7f64e81b..e59b31667 100644
--- a/documentation/Fl.html
+++ b/documentation/Fl.html
@@ -618,7 +618,7 @@ event.
button is pressed. This function returns the button state at the
time of the event. During an <tt>FL_RELEASE</tt> event, the state
of the released button will be <tt>0</tt>. To find out, which button
-caused an <tt>FL_RELEASE<tt> event, you can use
+caused an <tt>FL_RELEASE</tt> event, you can use
<tt><a href="#Fl.event_button">Fl::event_button()</a></tt> instead.
<H4><A NAME="Fl.event_clicks">int event_clicks();<BR>