diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-24 21:51:16 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-24 21:51:16 +0300 |
commit | 102b1fd9e07076ba42e984bf691bbdee6fe95fb5 (patch) | |
tree | 0e367ff616b095b1f0d6aa5d2933cee30ce12f59 /doc/gawk.texi | |
parent | 5b21e17f6e827c55a93a6fb1e7165ee6dde6ddc1 (diff) | |
download | egawk-102b1fd9e07076ba42e984bf691bbdee6fe95fb5.tar.gz egawk-102b1fd9e07076ba42e984bf691bbdee6fe95fb5.tar.bz2 egawk-102b1fd9e07076ba42e984bf691bbdee6fe95fb5.zip |
More spelling stuff.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 2dfd067b..a4b61895 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -4082,7 +4082,7 @@ representation of the program. At the moment, this includes simple constant folding and tail recursion elimination in function calls. These optimizations are enabled by default. -This option remains primarily for backwards compatibilty. However, it may +This option remains primarily for backwards compatibility. However, it may be used to cancel the effect of an earlier @option{-s} option (see later in this list). @@ -8176,7 +8176,7 @@ If @code{ERRNO} indicates that the I/O operation may be retried, and @code{PROCINFO["@var{input}", "RETRY"]} is set, then @code{getline} returns @minus{}2 instead of @minus{}1, and further calls to @code{getline} -may be attemped. @xref{Retrying Input} for further information about +may be attempted. @xref{Retrying Input} for further information about this feature. In the following examples, @var{command} stands for a string value that @@ -30575,7 +30575,7 @@ executing, short programs. The @command{gawk} debugger only accepts source code supplied with the @option{-f} option. @end itemize -One other point is worth disucssing. Conventional debuggers run in a +One other point is worth discussing. Conventional debuggers run in a separate process (and thus address space) from the programs that they debug (the @dfn{debuggee}, if you will). |