diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-08-28 11:10:01 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-08-28 11:10:01 +0000 |
| commit | fa5851b29215384d870ebc5670edb2c432fc50e5 (patch) | |
| tree | 4ca0cb78abfc1200d31723694f7e198ca4e03025 | |
| parent | 52249a960d50015ab4291851c4e6d6944fb89a32 (diff) | |
Fix typos (comments and documentation).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12406 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | CHANGES_1.0 | 4 | ||||
| -rw-r--r-- | CHANGES_1.1 | 2 | ||||
| -rw-r--r-- | CHANGES_1.3 | 2 | ||||
| -rw-r--r-- | test/minimum.cxx | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/CHANGES_1.0 b/CHANGES_1.0 index 5da3ac32c..739a921b9 100644 --- a/CHANGES_1.0 +++ b/CHANGES_1.0 @@ -259,7 +259,7 @@ CHANGES IN FLTK 1.0.10 hardware emulation on systems with lots of memory. All other values for GL_SWAP_TYPE, and not setting - the variable, cause fltk to assumme that the back + the variable, cause fltk to assume that the back buffer must be completely redrawn after a swap. This is easily tested by running the gl_overlay demo @@ -397,7 +397,7 @@ CHANGES IN FLTK 1.0.9 for DD's code, I'm not sure if these fixes are good enough to enable this in our general release. Hardware overlay still only works on SGI Irix. - - Some patches to turn off the MSVC++ -Oa (assumme no aliasing) + - Some patches to turn off the MSVC++ -Oa (assume no aliasing) optimization flag. Suprisingly this only broke a few parts of fltk, or at least these are the only ones I found. - Does not unmap child windows when the main window is diff --git a/CHANGES_1.1 b/CHANGES_1.1 index 16b77cf1c..404132a66 100644 --- a/CHANGES_1.1 +++ b/CHANGES_1.1 @@ -2643,7 +2643,7 @@ CHANGES IN FLTK 1.1.0b1 menu title, it now adds a new item. - Fl_Menu::add() of text starting with '/' to a menu is - assummed to be a filename. So "/foo/bar" creates a + assumed to be a filename. So "/foo/bar" creates a single menu item. You can also put filenames into submenus by doing "submenu//foo/bar", this will create a submenu called "submenu" with an item "/foo/bar". diff --git a/CHANGES_1.3 b/CHANGES_1.3 index 63d919961..61ebca80c 100644 --- a/CHANGES_1.3 +++ b/CHANGES_1.3 @@ -5,7 +5,7 @@ Bug fixes and other improvements - Fix test/native-filechooser help display artifact (STR #3349). - MacOS: fix a crash when closing a fullscreen window. - Accept empty Fl_Pixmap in Fl_RGB_Image c'tor (STR #3348). - - MacOS: fix drawing error when a window containing a hidden subwindow + - MacOS: fix drawing error when a window containing a hidden subwindow is changed to fullscreen (error visible with the tabs test program). - MacOS: fix possible crash when enabling fullscreen in test/scroll. - Add a snapshot of known STR's and RFE's (KNOWN_BUGS.html). diff --git a/test/minimum.cxx b/test/minimum.cxx index 08da54cb1..2e6d36035 100644 --- a/test/minimum.cxx +++ b/test/minimum.cxx @@ -3,7 +3,7 @@ // // Minimal update test program for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2017 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -18,8 +18,8 @@ // // This is a test of the minimal update code. The right slider has a -// label that extends outside it's border, and the minimal update -// assummes this does not happen. Thus there is *supposed* to be +// label that extends outside its border, and the minimal update +// assumes this does not happen. Thus there is *supposed* to be // display errors when you move the right-most or any other slider. // If you *don't* see these errors, then the minimal update is // broken!!! |
