From: Ben Pfaff <blp@gnu.org>
Date: Sun, 4 Nov 2007 06:07:00 +0000 (+0000)
Subject: Fix typos.
X-Git-Tag: sav-api~1214
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90a7573efd4992a972e70063793db0a7e41443d2;p=pspp

Fix typos.
---

diff --git a/doc/files.texi b/doc/files.texi
index 0910d26016..b4bdfb8c0e 100644
--- a/doc/files.texi
+++ b/doc/files.texi
@@ -439,7 +439,7 @@ a system file and displays information on its dictionary.
 @vindex XEXPORT
 
 @display
-EXPORT
+XEXPORT
         /OUTFILE='file-name'
         /DIGITS=n
         /DROP=var_list
diff --git a/doc/invoking.texi b/doc/invoking.texi
index 15b047b8b1..b5f157e665 100644
--- a/doc/invoking.texi
+++ b/doc/invoking.texi
@@ -35,7 +35,7 @@ PSPP's command line:
 @item @var{file}
 
 A file by itself on the command line will be executed as a syntax file.
-If multiple files may be specified, they are executed in order, as if
+If multiple files are specified, they are executed in order, as if
 their contents had been given in a single file.
 PSPP terminates after the syntax files run, unless the @code{-i} or
 @code{--interactive} option is given (@pxref{Language control options}).