summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-07-01 07:32:14 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-07-01 07:32:14 +0000
commite29c327c655ad99f82515c1f9768d4d722cbcef3 (patch)
tree0c834fab27662a9cd49d92e5ccefcc4a2dfc7468 /src
parent79eebf2a18c3c0744a273579d1fff75186b8fc06 (diff)
Fixed some more typos.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6813 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Menu_add.cxx4
-rw-r--r--src/Fl_arg.cxx2
-rw-r--r--src/fl_color.cxx2
-rw-r--r--src/fl_utf.c2
-rw-r--r--src/forms_free.cxx2
5 files changed, 6 insertions, 6 deletions
diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx
index 20e8c6571..10c73e8bc 100644
--- a/src/Fl_Menu_add.cxx
+++ b/src/Fl_Menu_add.cxx
@@ -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>
diff --git a/src/Fl_arg.cxx b/src/Fl_arg.cxx
index 415cf2f85..253857a1c 100644
--- a/src/Fl_arg.cxx
+++ b/src/Fl_arg.cxx
@@ -246,7 +246,7 @@ int Fl::arg(int argc, char **argv, int &i) {
<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
diff --git a/src/fl_color.cxx b/src/fl_color.cxx
index 93c3cd470..55672d794 100644
--- a/src/fl_color.cxx
+++ b/src/fl_color.cxx
@@ -178,7 +178,7 @@ void fl_color(uchar r,uchar g,uchar b) {
}
////////////////////////////////////////////////////////////////
-// 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.
diff --git a/src/fl_utf.c b/src/fl_utf.c
index f50859fd8..1362ef755 100644
--- a/src/fl_utf.c
+++ b/src/fl_utf.c
@@ -105,7 +105,7 @@ static unsigned short cp1252[32] = {
/*! 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
diff --git a/src/forms_free.cxx b/src/forms_free.cxx
index 850e29caa..68d4e6eb6 100644
--- a/src/forms_free.cxx
+++ b/src/forms_free.cxx
@@ -57,7 +57,7 @@ void Fl_Free::step(void *v) {
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: