diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-01-25 20:48:46 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-01-25 20:48:46 +0200 |
commit | e02e38ad7bd54ced8baa24cca6e931a62b0c1deb (patch) | |
tree | 62bd754667f2c85c36640899093366d36444a846 /doc/gawk.info | |
parent | d8c6a45489bcc9d0125ce0e2c76e3f1a42e5ef46 (diff) | |
download | egawk-e02e38ad7bd54ced8baa24cca6e931a62b0c1deb.tar.gz egawk-e02e38ad7bd54ced8baa24cca6e931a62b0c1deb.tar.bz2 egawk-e02e38ad7bd54ced8baa24cca6e931a62b0c1deb.zip |
Fix some spelling errors in the doc, update word lists.
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 955c89ce..d29e3525 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -21896,7 +21896,7 @@ File: gawk.info, Node: Advanced Features Summary, Prev: Extension Philosophy, * You can also just "pretty-print" the program. - * New features should be developed using the extension mechansim if + * New features should be developed using the extension mechanism if possible; they should be added to the core interpreter only as a last resort. |