summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt2
-rw-r--r--FL/Fl_Roller.H2
-rw-r--r--documentation/src/common.dox2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1bf5be0d7..470f392ac 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -102,7 +102,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2019
Other Improvements
- (add new items here)
- - Improved decumentation for '@' symbols in labels (STR #2940).
+ - Improved documentation for '@' symbols in labels (STR #2940).
- Fl_Roller can now be controlled via the mouse wheel (STR #3120).
- Tooltips hide by themselves after 12 seconds (STR #2584).
- Added widget visibility indicator to Fluid (STR #2669).
diff --git a/FL/Fl_Roller.H b/FL/Fl_Roller.H
index c9a77bea4..c416c136a 100644
--- a/FL/Fl_Roller.H
+++ b/FL/Fl_Roller.H
@@ -30,7 +30,7 @@
The Fl_Roller widget is a "dolly" control commonly used to
move 3D objects.
- The Roller can be controlled by clicking an ddragging the mouse, by the
+ The roller can be controlled by clicking and dragging the mouse, by the
corresponding arrow keys when the roller has the keyboard focus, or by the
mousewheels when the mouse pointer is positioned over the roller widget.
diff --git a/documentation/src/common.dox b/documentation/src/common.dox
index fd39335f5..70cbe8901 100644
--- a/documentation/src/common.dox
+++ b/documentation/src/common.dox
@@ -375,7 +375,7 @@ The @ sign may also be followed by the following optional
Thus, to show a very large arrow pointing downward you would use the
label string "@+92->".
-Symbols and text can can be combined in a label, however the symbol must be at
+Symbols and text can be combined in a label, however the symbol must be at
the beginning and/or at the end of the text. If the text spans multiple lines,
the symbol or symbols will scale up to match the height of all the lines.