diff options
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). |