summaryrefslogtreecommitdiff
path: root/FL/Fl_Rect.H
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-08-26 15:17:28 +0200
committerMatthias Melcher <github@matthiasm.com>2023-08-26 15:17:28 +0200
commit94a75b012f3557687574df6533296c1a4ef51b3e (patch)
tree5e2db2271774bda929f2d66739974fa8fbffe0cb /FL/Fl_Rect.H
parentd9d474c59372a8b2b0829c400b5d0584129e3822 (diff)
Fixes a bunch of typos in comments.
Diffstat (limited to 'FL/Fl_Rect.H')
-rw-r--r--FL/Fl_Rect.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Rect.H b/FL/Fl_Rect.H
index 0de6dfcb2..29e7fd451 100644
--- a/FL/Fl_Rect.H
+++ b/FL/Fl_Rect.H
@@ -1,7 +1,7 @@
//
// Fl_Rect header file for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2022 by Bill Spitzak and others.
+// Copyright 1998-2023 by Bill Spitzak and others.
//
// 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
@@ -22,7 +22,7 @@
/**
Rectangle with standard FLTK coordinates (X, Y, W, H).
- This may be used internally, for overloaded widget contructors and other
+ This may be used internally, for overloaded widget constructors and other
overloaded methods like fl_measure(), fl_text_extents(), fl_rect(),
fl_rectf(), and maybe more.
*/