aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 8983ce61..d56261b6 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -18003,7 +18003,7 @@ sequences of random numbers. However, nothing requires that an
considerably better than @code{rand()}, to produce random numbers.
From @value{PVERSION} 4.1.4, courtesy of Nelson H.F.@: Beebe, @command{gawk}
uses the Bayes-Durham shuffle buffer algorithm which considerably extends
-the period the random number generator, and eliminates short-range and
+the period of the random number generator, and eliminates short-range and
long-range correlations that might exist in the original generator.}
Often random integers are needed instead. Following is a user-defined function
@@ -29409,7 +29409,7 @@ When called this way, @command{gawk} ``pretty-prints'' the program into
@quotation NOTE
Once upon a time, the @option{--pretty-print} option would also run
-your program. This is is no longer the case.
+your program. This is no longer the case.
@end quotation
@cindex profiling, pretty-printing, difference with