aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-06-23 21:03:51 +0200
committerMattias Andrée <maandree@kth.se>2023-06-23 21:03:51 +0200
commit9599c4e58576058bc9262444477852f1341c4ee7 (patch)
tree7a086cb88262b1318678f8944abec91e5e6cf0df
parentImprove makefile (diff)
downloadlibterminput-9599c4e58576058bc9262444477852f1341c4ee7.tar.gz
libterminput-9599c4e58576058bc9262444477852f1341c4ee7.tar.bz2
libterminput-9599c4e58576058bc9262444477852f1341c4ee7.tar.xz
Fix typos1.0.3
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--libterminput_read.34
1 files changed, 2 insertions, 2 deletions
diff --git a/libterminput_read.3 b/libterminput_read.3
index b92eddc..2c95be5 100644
--- a/libterminput_read.3
+++ b/libterminput_read.3
@@ -183,7 +183,7 @@ Currently possible values are:
A special value to mark that the input was either
discard or not yet completed. The function only
reads at most once so input may be complete (input
-can also be bufferd, in which case it will not
+can also be buffered, in which case it will not
read at all).
.TP
.B LIBTERMINPUT_KEYPRESS
@@ -275,7 +275,7 @@ as any other character.
The pasted text will be stored in
.IR input->text.bytes .
Be aware that this is not a NUL-terminated string,
-rather, it's length is stored in
+rather, its length is stored in
.IR input->text.nbytes .
.TP
.B LIBTERMINPUT_MOUSEEVENT