Author: AlbrechtS Date: 2011-09-28 06:37:32 -0700 (Wed, 28 Sep 2011) New Revision: 9075 Log: Fixed typo.
Modified: branches/branch-3.0/documentation/src/basics.dox Modified: branches/branch-3.0/documentation/src/basics.dox =================================================================== --- branches/branch-3.0/documentation/src/basics.dox 2011-09-28 09:07:50 UTC (rev 9074) +++ branches/branch-3.0/documentation/src/basics.dox 2011-09-28 13:37:32 UTC (rev 9075) @@ -9,7 +9,7 @@ All programs must include the file <tt><fltk3/run.h></tt>. In addition the program must include a header file for each -FLTK class it uses. If your compiler supports precompiled headres, +FLTK class it uses. If your compiler supports precompiled headers, it may be faster to include all headers at once using <tt><fltk3/fltk3.h></tt>. Listing 1 shows a simple "Hello, World!" program that uses FLTK _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
