Documentation: Fix various typos
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 24 Nov 2019 06:41:07 +0000 (07:41 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 26 Nov 2019 06:48:47 +0000 (07:48 +0100)
* doc/statistics.texi: Fix typos.
* doc/utilities.texi: filesystem -> file system

doc/statistics.texi
doc/utilities.texi

index 522ef4d3100a2132ec5752da4b180eac7a36a82a..3d4f2f421ca415efe3079b8be482a84390f265ed 100644 (file)
@@ -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.
 
 
index db96725900d8bd8f6a89a533a3280d5805f3ebdf..f193e673ac61b43b0a13c741def6186709eb9f21 100644 (file)
@@ -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.