Corrected typo in documentation 20120210030503/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 9 Feb 2012 20:35:53 +0000 (21:35 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 9 Feb 2012 20:35:53 +0000 (21:35 +0100)
doc/variables.texi

index 0517f1399c72aa836bc889bf31cc6dfe4a68e3f6..8ef31fc91ca64996022864594badd90363e76208 100644 (file)
@@ -52,8 +52,8 @@ DELETE VARIABLES var_list.
 dictionary.  It may not be used to delete all variables from the
 dictionary; use @cmd{NEW FILE} to do that (@pxref{NEW FILE}).
 
-@cmd{DELETE VARIABLES} should not used after defining transformations
-and before executing a procedure.  If it is used in such a context, it
+@cmd{DELETE VARIABLES} should not be used after defining transformations
+but before executing a procedure.  If it is used in such a context, it
 causes the data to be read.  If it is used while @cmd{TEMPORARY} is in
 effect, it causes the temporary transformations to become permanent.