Fix documentation (typo).

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2015-02-17 15:42:25 +00:00
parent 3fe71d118c
commit b3f5f2913b
+2 -2
View File
@@ -3,7 +3,7 @@
// //
// Single-buffered window header file for the Fast Light Tool Kit (FLTK). // Single-buffered window header file for the Fast Light Tool Kit (FLTK).
// //
// Copyright 1998-2010 by Bill Spitzak and others. // Copyright 1998-2015 by Bill Spitzak and others.
// //
// This library is free software. Distribution and use rights are outlined in // 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 // the file "COPYING" which should have been included with this file. If this
@@ -27,7 +27,7 @@
/** /**
This is the same as Fl_Window. However, it is possible that This is the same as Fl_Window. However, it is possible that
some implementations will provide double-buffered windows by default. some implementations will provide double-buffered windows by default.
This subcan be used to force single-buffering. This may be This subclass can be used to force single-buffering. This may be
useful for modifying existing programs that use incremental update, or useful for modifying existing programs that use incremental update, or
for some types of image data, such as a movie flipbook. for some types of image data, such as a movie flipbook.
*/ */