From e5a0f453174c5f3733ca64ce7777a59f32b9dee5 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 24 Nov 2019 07:41:07 +0100 Subject: [PATCH] Documentation: Fix various typos * doc/statistics.texi: Fix typos. * doc/utilities.texi: filesystem -> file system --- doc/statistics.texi | 4 ++-- doc/utilities.texi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/statistics.texi b/doc/statistics.texi index 522ef4d310..3d4f2f421c 100644 --- a/doc/statistics.texi +++ b/doc/statistics.texi @@ -369,7 +369,7 @@ calculate the 5, 10, 25, 50, 75, 90, 95 percentiles using the The @subcmd{TOTAL} and @subcmd{NOTOTAL} subcommands are mutually exclusive. If @subcmd{NOTOTAL} is given and factors have been specified in the @subcmd{VARIABLES} subcommand, -then then statistics for the unfactored dependent variables are +then statistics for the unfactored dependent variables are produced in addition to the factored variables. If there are no factors specified then @subcmd{TOTAL} and @subcmd{NOTOTAL} have no effect. @@ -1339,7 +1339,7 @@ You may use the notation @subcmd{@var{n}*@var{f}} to specify @var{n} consecutive expected categories all taking a frequency of @var{f}. The frequencies given are proportions, not absolute frequencies. The sum of the frequencies need not be 1. -If no @subcmd{/EXPECTED} subcommand is given, then then equal frequencies +If no @subcmd{/EXPECTED} subcommand is given, then equal frequencies are expected. diff --git a/doc/utilities.texi b/doc/utilities.texi index db96725900..f193e673ac 100644 --- a/doc/utilities.texi +++ b/doc/utilities.texi @@ -183,7 +183,7 @@ Use @cmd{ECHO} to write arbitrary text to the output stream. The text should be ERASE FILE @var{file_name}. @end display -@cmd{ERASE FILE} deletes a file from the local filesystem. +@cmd{ERASE FILE} deletes a file from the local file system. @var{file_name} must be quoted. This command cannot be used if the SAFER (@pxref{SET}) setting is active. -- 2.30.2