mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 10:57:58 +08:00
Fix typos in documentation and comments
(no code changes)
This commit is contained in:
@@ -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() {
|
||||
..
|
||||
|
||||
Reference in New Issue
Block a user