pivot table procedure conceptually works
[pspp] / doc / transformation.texi
index dfacfcdaed1e5bb19e8e6055bdfef9b479dea12c..1ca2d22b297ba0727c1d089532ad3ac9312a14f4 100644 (file)
@@ -579,7 +579,7 @@ The behaviour of the command is slightly different depending on whether it
 appears or not.
 
 If @samp{INTO @var{dest_vars}} does not appear, then values will be recoded
-``in placeยดยด.
+``in place''.
 This means that the recoded values are written back to the
 source variables from whence the original values came.
 In this case, the @var{dest_value} for every mapping must imply a value which
@@ -672,7 +672,7 @@ recode
 @end example
 @noindent Here we have two recodings. The first affects the source variable
 @var{a} and recodes in-place the value 2 into 22 and all other values to 99.
-The second recoding copies the values of @var{b} into the the variable @var{z}, 
+The second recoding copies the values of @var{b} into the variable @var{z}, 
 changing any instances of 1 into 3.
 
 @node SORT CASES