summaryrefslogtreecommitdiff
path: root/src/Fl_Input.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-15 18:59:28 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-15 18:59:28 +0200
commitd589c05b1741bf699897feef73c35a58592dc876 (patch)
tree1558a7eebd6ad40768dbc6f8bd454d5d01096666 /src/Fl_Input.cxx
parent957fa1fe3751a10478d4ce4c5971d9d9dd17966d (diff)
Fix documentation typos and trailing whitespace
Diffstat (limited to 'src/Fl_Input.cxx')
-rw-r--r--src/Fl_Input.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx
index a079f8f5a..fd66d8f24 100644
--- a/src/Fl_Input.cxx
+++ b/src/Fl_Input.cxx
@@ -328,7 +328,7 @@ int Fl_Input::kf_copy_cut() {
handles key combinations for Insert, Enter, and Tab depending on the
widget's input_type().
- The method then checks for Ctrl key combinations, such as Ctrl-A, Ctrl-C,
+ The method then checks for Ctrl key combinations, such as Ctrl-A, Ctrl-C,
Ctrl-V, Ctrl-X, and Ctrl-Z, which are commonly used for select all, copy,
paste, cut, and undo operations.