summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>