Author: AlbrechtS
Date: 2009-07-01 00:32:14 -0700 (Wed, 01 Jul 2009)
New Revision: 6813
Log:
Fixed some more typos.


Modified:
   branches/branch-1.3/src/Fl_Menu_add.cxx
   branches/branch-1.3/src/Fl_arg.cxx
   branches/branch-1.3/src/fl_color.cxx
   branches/branch-1.3/src/fl_utf.c
   branches/branch-1.3/src/forms_free.cxx

Modified: branches/branch-1.3/src/Fl_Menu_add.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Menu_add.cxx     2009-07-01 07:27:25 UTC (rev 
6812)
+++ branches/branch-1.3/src/Fl_Menu_add.cxx     2009-07-01 07:32:14 UTC (rev 
6813)
@@ -28,10 +28,10 @@
 
 // These are for Forms emulation and for dynamically changing the
 // menus.  They are in this source file so they are not linked in if
-// not used, which is what will happen if the the program only uses
+// not used, which is what will happen if the program only uses
 // constant menu tables.
 
-// Not at all guaranteed to be Forms compatable, especially with any
+// Not at all guaranteed to be Forms compatible, especially with any
 // string with a % sign in it!
 
 #include <FL/Fl_Menu_.H>

Modified: branches/branch-1.3/src/Fl_arg.cxx
===================================================================
--- branches/branch-1.3/src/Fl_arg.cxx  2009-07-01 07:27:25 UTC (rev 6812)
+++ branches/branch-1.3/src/Fl_arg.cxx  2009-07-01 07:32:14 UTC (rev 6813)
@@ -246,7 +246,7 @@
        <LI>-geometry WxH+X+Y
   
        <P>Sets the initial window position and size according
-       the the standard X geometry string.</LI>
+       to the standard X geometry string.</LI>
   
        <LI>-iconic
   

Modified: branches/branch-1.3/src/fl_color.cxx
===================================================================
--- branches/branch-1.3/src/fl_color.cxx        2009-07-01 07:27:25 UTC (rev 
6812)
+++ branches/branch-1.3/src/fl_color.cxx        2009-07-01 07:32:14 UTC (rev 
6813)
@@ -178,7 +178,7 @@
 }
 
 ////////////////////////////////////////////////////////////////
-// Get a color out of the the fltk colormap.  Again for truecolor
+// Get a color out of the fltk colormap.  Again for truecolor
 // visuals this is easy.  For colormap this actually tries to allocate
 // an X color, and does a least-squares match to find the closest
 // color if X cannot allocate that color.

Modified: branches/branch-1.3/src/fl_utf.c
===================================================================
--- branches/branch-1.3/src/fl_utf.c    2009-07-01 07:27:25 UTC (rev 6812)
+++ branches/branch-1.3/src/fl_utf.c    2009-07-01 07:32:14 UTC (rev 6813)
@@ -105,7 +105,7 @@
 
 /*! Decode a single UTF-8 encoded character starting at \e p. The
     resulting Unicode value (in the range 0-0x10ffff) is returned,
-    and \e len is set the the number of bytes in the UTF-8 encoding
+    and \e len is set to the number of bytes in the UTF-8 encoding
     (adding \e len to \e p will point at the next character).
 
     If \p p points at an illegal UTF-8 encoding, including one that

Modified: branches/branch-1.3/src/forms_free.cxx
===================================================================
--- branches/branch-1.3/src/forms_free.cxx      2009-07-01 07:27:25 UTC (rev 
6812)
+++ branches/branch-1.3/src/forms_free.cxx      2009-07-01 07:32:14 UTC (rev 
6813)
@@ -57,7 +57,7 @@
                      float     event_y,
                      char      key)
   \endcode
-  This function is called from the the handle() method in response to most
+  This function is called from the handle() method in response to most
   events, and is called by the draw() method.
 
   The event argument contains the event type:

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

Reply via email to