Fix typos in documentation and comments

(no code changes)
This commit is contained in:
Albrecht Schlosser
2023-02-10 13:13:36 +01:00
parent a3251b3208
commit 2239ecc4a1
6 changed files with 17 additions and 20 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
//
// Header file for Fl_Text_Display class.
//
// Copyright 2001-2020 by Bill Spitzak and others.
// Copyright 2001-2023 by Bill Spitzak and others.
// Original code Copyright Mark Edel. Permission to distribute under
// the LGPL for the FLTK library granted by Mark Edel.
//
@@ -47,7 +47,7 @@
\b Example \b Use
\code
#include <FL/FL_Text_Display.H>
#include <FL/Fl_Text_Display.H>
..
int main() {
..