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/gawktexi.in | |
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/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index ab2c1b4e..6ad9d6e0 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -7965,7 +7965,7 @@ FPAT = "([^,]*)|(\"[^\"]+\")" @c Per email from Ed Morton <mortoneccc@comcast.net> @c @c WONTFIX: 10/2020 -@c This is too much work. FPAT and CSV files are very flakey and +@c This is too much work. FPAT and CSV files are very flaky and @c fragile. Doing something like this is merely inviting trouble. As with @code{FS}, the @code{IGNORECASE} variable (@pxref{User-modified}) @@ -29586,7 +29586,7 @@ you tune them more easily. Sending the @code{USR1} signal while profiling cause You can also just ``pretty-print'' the program. @item -New features should be developed using the extension mechansim if possible; +New features should be developed using the extension mechanism if possible; they should be added to the core interpreter only as a last resort. @end itemize |