summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b7999f5ef..b034953e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -31,7 +31,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2018
- OpenGL draws text using textures on all platforms, when the necessary
hardware support is present (a backup mechanism is available in absence
of this support). Thus, all text drawable in Fl_Window's can be drawn
- in Fl_GL_Window's (STR#3450).
+ in Fl_Gl_Window's (STR#3450).
- New member functions Fl::program_should_quit(void),
and Fl::program_should_quit(int) to support detection by the library
of a request to terminate cleanly the program.