diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 513bb80d..9c2864cd 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -3993,7 +3993,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). @@ -7776,7 +7776,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 @@ -29657,7 +29657,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). |