summaryrefslogtreecommitdiff
path: root/pith/IO.ReadMe
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-15 21:41:39 -0700
commit06c6ab430b223f6923fe74a4b8d11f3e626848a8 (patch)
tree2b483acf3ec2da573992c20b766a480e22f4c45a /pith/IO.ReadMe
parent9822842646bc2b940d4b98a260ee4e3ac26fce57 (diff)
downloadalpine-06c6ab430b223f6923fe74a4b8d11f3e626848a8.tar.xz
* Fix a number of misspellings in the source code of Alpine. I hav only
fixed those that belong to the source code of Alpine and do not come from an external source. List contributed by Jens Schleusener.
Diffstat (limited to 'pith/IO.ReadMe')
-rw-r--r--pith/IO.ReadMe2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/IO.ReadMe b/pith/IO.ReadMe
index 55f98067..0a0286e8 100644
--- a/pith/IO.ReadMe
+++ b/pith/IO.ReadMe
@@ -41,7 +41,7 @@ is 32 bits wide. The superset comes about from the handling of
escape sequences and error conditions. Besides the 21 bits of UCS-4
characters other values that might be returned are values like KEY_UP,
KEY_RESIZE, F1-F12, PF1-PF12, NO_OP_COMMAND, NO_OP_IDLE, BADESC, KEY_JUNK,
-and NODATA. The way that read_char and GetKey work are slightly differnt
+and NODATA. The way that read_char and GetKey work are slightly different
from each other. GetKey has some special bits (CTRL, FUNC, MENU) that
it might OR together with a character and some of the return values
are possible in only one or the other function.