summaryrefslogtreecommitdiff
path: root/documentation/src/events.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/events.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/events.dox')
-rw-r--r--documentation/src/events.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/events.dox b/documentation/src/events.dox
index e5a984bfe..21eb3f0b6 100644
--- a/documentation/src/events.dox
+++ b/documentation/src/events.dox
@@ -266,7 +266,7 @@ selection indication. Most modern programs ignore this.
FLTK supports drag and drop of text and files from any
application on the desktop. Text is transfered using
the current code page. Files are received as a list of full path
-and file names, seperated by newline. On some platforms, path
+and file names, separated by newline. On some platforms, path
names are prepended with <tt>%file://</tt>.
The drag and drop data is available in Fl::event_text()
@@ -298,7 +298,7 @@ The mouse has moved out of the widget.
The user has released the mouse button dropping data into
the widget. If the widget returns 1, it will receive the data in
-the immediatly following \p FL_PASTE event.
+the immediately following \p FL_PASTE event.
<!-- NEED 6in -->