Author: AlbrechtS
Date: 2012-04-10 14:18:35 -0700 (Tue, 10 Apr 2012)
New Revision: 9338
Log:
Fix typos.


Modified:
   branches/branch-1.3/FL/Fl.H

Modified: branches/branch-1.3/FL/Fl.H
===================================================================
--- branches/branch-1.3/FL/Fl.H 2012-04-10 19:16:44 UTC (rev 9337)
+++ branches/branch-1.3/FL/Fl.H 2012-04-10 21:18:35 UTC (rev 9338)
@@ -666,13 +666,13 @@
   static int get_key(int key); // platform dependent
   /** 
     Returns the text associated with the current event, including FL_PASTE or 
FL_DND_RELEASE events.
-    This can be used in response to FL_KEYUP, FL_KEYDOWN, FL_PASTE, 
FL_DND_RELEASE.
+    This can be used in response to FL_KEYUP, FL_KEYDOWN, FL_PASTE, and 
FL_DND_RELEASE.
 
     When responding to FL_KEYUP/FL_KEYDOWN, use this function instead of 
Fl::event_key()
     to get the text equivalent of keystrokes suitable for inserting into 
strings 
     and text widgets.
 
-    The returned string is guaranteed to be be NULL terminated.
+    The returned string is guaranteed to be NULL terminated.
     However, see Fl::event_length() for the actual length of the string,
     in case the string itself contains NULLs that are part of the text data.
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to