summaryrefslogtreecommitdiff
path: root/fluid/align_widget.cxx
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 /fluid/align_widget.cxx
parentd9d474c59372a8b2b0829c400b5d0584129e3822 (diff)
Fixes a bunch of typos in comments.
Diffstat (limited to 'fluid/align_widget.cxx')
-rw-r--r--fluid/align_widget.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/align_widget.cxx b/fluid/align_widget.cxx
index ecfea0dc4..acf7670bf 100644
--- a/fluid/align_widget.cxx
+++ b/fluid/align_widget.cxx
@@ -1,7 +1,7 @@
//
// Alignment code for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2010 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
@@ -24,8 +24,8 @@
#include <FL/Fl_Window.H>
/**
- the first behaviour always uses the first selected widget as a reference
- the second behaviour uses the largest widget (most extreme positions) as
+ the first behavior always uses the first selected widget as a reference
+ the second behavior uses the largest widget (most extreme positions) as
a reference.
*/
#define BREAK_ON_FIRST break
@@ -236,7 +236,7 @@ void align_widget_cb(Fl_Widget*, long how)
if (w->window()) w->window()->redraw();
}
break;
- //---- space evently
+ //---- space evenly
case 20: // space evenly across
left = max; right = min; wdt = 0, n = 0;
for (o = Fl_Type::first; o; o = o->next)