Fixed typo
[pspp-builds.git] / doc / data-io.texi
index 2feac6b231e886b5526d1a74ad328abd6a4a3fa2..9ae0220d00a9ee5b8cd0857ce984505c1dc5fc59 100644 (file)
@@ -58,8 +58,8 @@ data in a PSPP syntax file.  @cmd{DATA LIST} or another input
 procedure must be used before @cmd{BEGIN DATA} (@pxref{DATA LIST}).
 @cmd{BEGIN DATA} and @cmd{END DATA} must be used together.  @cmd{END
 DATA} must appear by itself on a single line, with no leading
-whitespace and exactly one space between the words @code{END} and
-@code{DATA}, followed immediately by the terminal dot, like this:
+white space and exactly one space between the words @code{END} and
+@code{DATA}, like this:
 
 @example
 END DATA.
@@ -154,7 +154,7 @@ of variable specifications may be present.
 
 Each variable specification consists of a list of variable names
 followed by a description of their location on the input line.  Sets of
-variables may specified using the @code{DATA LIST} TO convention
+variables may be specified using the @code{DATA LIST} TO convention
 (@pxref{Sets of
 Variables}).  There are two ways to specify the location of the variable
 on the line: columnar style and FORTRAN style.