I spotted one of these and then found the rest via "grep".
In IMAGE mode, the data file is treated as a series of fixed-length
binary records. LRECL should be used to specify the record length in
bytes, with a default of 1024. On input, it is an error if an IMAGE
-file's length is not a integer multiple of the record length. On
+file's length is not an integer multiple of the record length. On
output, each record is padded with spaces or truncated, if necessary,
to make it exactly the correct length.
Integer fields take a form identical to floating-point fields, but they
may not contain a fraction.
-String fields take the form of a integer field having value @var{n},
+String fields take the form of an integer field having value @var{n},
followed by exactly @var{n} characters, which are the string content.
@node Portable File Header
@end deffn
@deffn {Matrix Function} RANK (@var{M})
-Returns the rank of matrix @var{M}, a integer scalar whose value is
+Returns the rank of matrix @var{M}, an integer scalar whose value is
the dimension of the vector space spanned by its columns or,
equivalently, by its rows.
@ref{frequencies:ex} runs a frequency analysis on the @exvar{sex}
and @exvar{occupation} variables from the @file{personnel.sav} file.
-This is useful to get an general idea of the way in which these nominal
+This is useful to get a general idea of the way in which these nominal
variables are distributed.
@float Example, frequencies:ex
If more than two distinct, non-missing values for a variable
under test are encountered then an error occurs.
-If the test proportion is equal to 0.5, then a two tailed test is
-reported. For any other test proportion, a one tailed test is
+If the test proportion is equal to 0.5, then a two-tailed test is
+reported. For any other test proportion, a one-tailed test is
reported.
-For one tailed tests, if the test proportion is less than
+For one-tailed tests, if the test proportion is less than
or equal to the observed proportion, then the significance of
observing the observed proportion or more is reported.
If the test proportion is more than the observed proportion, then the
[ /KOLMOGOROV-SMIRNOV (@{NORMAL [@var{mu}, @var{sigma}], UNIFORM [@var{min}, @var{max}], POISSON [@var{lambda}], EXPONENTIAL [@var{scale}] @}) = @var{var_list} ]
@end display
-The one sample Kolmogorov-Smirnov subcommand is used to test whether or not a dataset is
+The one-sample Kolmogorov-Smirnov subcommand is used to test whether or not a dataset is
drawn from a particular distribution. Four distributions are supported, @i{viz:}
Normal, Uniform, Poisson and Exponential.
In this mode, you must also use the @subcmd{/VARIABLES} subcommand to
tell @pspp{} which variables you wish to test.
-@subsubsection Example - One Sample T-test
+@subsubsection Example - One-Sample T-test
A researcher wishes to know whether the weight of persons in a population
is different from the national average.
@float Example, one-sample-t:ex
@psppsyntax {one-sample-t.sps}
-@caption {Running a one sample T-Test after excluding all non-positive values}
+@caption {Running a one-sample T-Test after excluding all non-positive values}
@end float
@float Screenshot, one-sample-t:scr
@psppimage {one-sample-t}
-@caption {Using the One Sample T-Test dialog box to test @exvar{weight} for a mean of 76.8kg}
+@caption {Using the One-Sample T-Test dialog box to test @exvar{weight} for a mean of 76.8kg}
@end float
@float Results, one-sample-t:res
@psppoutput {one-sample-t}
-@caption {The results of a one sample T-test of @exvar{weight} using a test value of 76.8kg}
+@caption {The results of a one-sample T-test of @exvar{weight} using a test value of 76.8kg}
@end float
@node Independent Samples Mode
An input variable, such as an independent variable.
@item TARGET
-An output variable, such as an dependent variable.
+An output variable, such as a dependent variable.
@item BOTH
A variable used for input and output.
=head3 get_case_cnt ()
-Returns the number of cases in a open system file. Some files
+Returns the number of cases in an open system file. Some files
do not store the number of cases. In these instances undef
will be returned. Therefore, then programmer must check that the
returned value is not undef before using it.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-/* This casewindow implementation in terms of an class interface
+/* This casewindow implementation in terms of a class interface
is undoubtedly a form of over-abstraction. However, it works
and the extra abstraction seems to be harmless. */
return error_to_bool (id_is_valid__ (id, dict_encoding, classes));
}
-/* Checks whether UTF-8 string ID is an plausible identifier. Returns NULL if
+/* Checks whether UTF-8 string ID is a plausible identifier. Returns NULL if
it is, otherwise an error message that the caller must free(). */
char * WARN_UNUSED_RESULT
id_is_plausible__ (const char *id)
{
char ucname[16];
return xasprintf (_("Character %s (in `%s') may not appear "
- "as the first character in a identifier."),
+ "as the first character in an identifier."),
uc_name (uc, ucname), id);
}
return NULL;
}
-/* Returns true if UTF-8 string ID is an plausible identifier, false
+/* Returns true if UTF-8 string ID is a plausible identifier, false
otherwise. */
bool
id_is_plausible (const char *id)
}
/* Removes the numeric range from MV and stores it in *LOW and
- *HIGH. MV must contain a individual range (as determined by
+ *HIGH. MV must contain an individual range (as determined by
mv_has_range()). */
void
mv_pop_range (struct missing_values *mv, double *low, double *high)
}
/* Returns the numeric range from MV into *LOW and
- *HIGH. MV must contain a individual range (as determined by
+ *HIGH. MV must contain an individual range (as determined by
mv_has_range()). */
void
mv_get_range (const struct missing_values *mv, double *low, double *high)
longjmp (r->bail_out, 1);
}
-/* Displays MSG as an warning for the current position in
+/* Displays MSG as a warning for the current position in
portable file reader R. */
static void
warning (struct pfm_reader *r, const char *msg, ...)
return ss_data (token);
}
-/* Reads a integer value expressed in decimal, then a space, then a string that
+/* Reads an integer value expressed in decimal, then a space, then a string that
consists of exactly as many bytes as specified by the integer, then a space,
from TEXT. Returns the string, null-terminated, as a subset of TEXT's
buffer (so the caller should not free the string). */
if (min > max)
{
- /* Weird, maybe a bug in the caller. Just report that we needed an
+ /* Weird, maybe a bug in the caller. Just report that we needed a
number. */
if (name)
lex_error (lexer, _("Syntax error expecting number for %s."), name);
if (min >= max)
{
- /* Weird, maybe a bug in the caller. Just report that we needed an
+ /* Weird, maybe a bug in the caller. Just report that we needed a
number. */
if (name)
lex_error (lexer, _("Syntax error expecting number for %s."), name);
if (min >= max)
{
- /* Weird, maybe a bug in the caller. Just report that we needed an
+ /* Weird, maybe a bug in the caller. Just report that we needed a
number. */
if (name)
lex_error (lexer, _("Syntax error expecting number for %s."), name);
}
/* ABT nodes may be moved around in memory as necessary, e.g. as
- the result of an realloc operation on a block that contains a
+ the result of a realloc operation on a block that contains a
node. Once this is done, call this function passing node P
that was moved and its ABT before attempting any other
operation on ABT.
}
/* BT nodes may be moved around in memory as necessary, e.g. as
- the result of an realloc operation on a block that contains a
+ the result of a realloc operation on a block that contains a
node. Once this is done, call this function passing node P
that was moved and its BT before attempting any other
operation on BT.
UTF-8 cannot be distinguished from other ASCII-based encodings until a
non-ASCII text character is encountered. If ENCODING specifies
autodetection and this function returns "ASCII", then the client should
- process the input until it encounters an non-ASCII character (as returned by
+ process the input until it encounters a non-ASCII character (as returned by
encoding_guess_is_ascii_text()) and then use encoding_guess_tail_encoding()
to make a final encoding guess. See encoding-guesser.h for details.
}
/* Heap nodes may be moved around in memory as necessary, e.g. as
- the result of an realloc operation on a block that contains a
+ the result of a realloc operation on a block that contains a
heap node. Once this is done, call this function passing the
NODE that was moved and its heap H before attempting any other
operation on H. */
- Delete any node in the heap: O(lg N).
- - Change value of an node: O(lg N) in general; O(1) in
+ - Change value of a node: O(lg N) in general; O(1) in
the typically common case where the node does not
change its position relative to other nodes.
}
/* Hash map nodes may be moved around in memory as necessary,
- e.g. as the result of an realloc operation on a block that
+ e.g. as the result of a realloc operation on a block that
contains a node. Once this is done, call this function
passing NODE that was moved, its former location in memory
OLD, and its hash map MAP before attempting any other
return r->eof && !r->length;
}
-/* Returns an nonzero errno value if an error has been encountered reading
+/* Returns a nonzero errno value if an error has been encountered reading
R, zero otherwise. */
int
line_reader_error (const struct line_reader *r)
DATA != NULL; \
DATA = ll_prev__ (DATA, STRUCT, MEMBER, LIST))
-/* Continues a iteration of LIST, starting from the object
+/* Continues an iteration of LIST, starting from the object
currently in DATA and continuing, in forward or reverse order,
through the remainder of the list, assuming that each `struct
ll' in LIST is embedded as the given MEMBER name in data type
: 0); \
DATA = PREV)
-/* Continues a iteration of LIST, in forward or reverse order,
+/* Continues an iteration of LIST, in forward or reverse order,
starting from the object currently in DATA and continuing
forward through the remainder of the list, assuming that each
`struct ll' in LIST is embedded as the given MEMBER name in
#define V TABLE_VERT
/* Increases TABLE's reference count, indicating that it has an additional
- owner. An table that is shared among multiple owners must not be
+ owner. A table that is shared among multiple owners must not be
modified. */
struct table *
table_ref (const struct table *table_)
return -1;
}
-/* An type to facilitate iterating through casenumbers */
+/* A type to facilitate iterating through casenumbers */
struct casenum_iterator
{
/* returns the first case to access */
AT_CLEANUP
# Tests for a bug where pspp would crash if two FREQUENCIES commands
-# existed in a input file.
+# existed in an input file.
AT_SETUP([FREQUENCIES two runs crash])
AT_DATA([frequencies.sps],
[data list free /v1 v2.
return false;
}
-/* Reads a integer value expressed in decimal, then a space, then a string that
+/* Reads an integer value expressed in decimal, then a space, then a string that
consists of exactly as many bytes as specified by the integer, then a space,
from TEXT. Returns the string, null-terminated, as a subset of TEXT's
buffer (so the caller should not free the string). */