diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-05-23 06:13:16 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-05-23 06:13:16 -0700 |
commit | 19e36297b54f684becbebe54637c5a0c9bd18cd7 (patch) | |
tree | fd8ecce9b9478371ecd56946634f39b76a94eb89 /txr.1 | |
parent | 473a6e7453e4462c6ad9668d4ec8c4a97a2ccbba (diff) | |
download | txr-19e36297b54f684becbebe54637c5a0c9bd18cd7.tar.gz txr-19e36297b54f684becbebe54637c5a0c9bd18cd7.tar.bz2 txr-19e36297b54f684becbebe54637c5a0c9bd18cd7.zip |
Fix few typos reported from Fossies.
Fossies administrator Jens alerted me to some typos.
* txr.1: Fix two instances of alphanumeric being hyphenated,
and one case of invocable being rendered as invokable.
* linenoise/linenoise.c (struct lino_state): Misspelled
"buffer" in a comment. One other comment typos in this file is
from the original code, so it stays: who needs yet another
merge conflict? Not touching the original typo in example.c,
either.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23037,7 +23037,7 @@ Returns .code t if .meta char -is an alpha-numeric character, otherwise nil. Alpha-numeric +is an alphanumeric character, otherwise nil. Alphanumeric means one of the upper or lower case letters of the English alphabet found in ASCII, or an ASCII digit. This function is not affected by locale. @@ -53228,7 +53228,7 @@ user-defined pattern function called .code mypackage:end it may not be invoked using the syntax .codn "@(mypackage:end)" , -which is erroneous; though it is invokable indirectly via the +which is erroneous; though it is invocable indirectly via the .code "@(call)" directive. |