From: Ben Pfaff Date: Sun, 28 Oct 2007 18:39:28 +0000 (+0000) Subject: Fix typos. X-Git-Tag: v0.6.0~212 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=da4e969668bf31c5e5d79a78e5f9ac96a97b22a6 Fix typos. --- diff --git a/doc/transformation.texi b/doc/transformation.texi index 002fb99e..27bbb2da 100644 --- a/doc/transformation.texi +++ b/doc/transformation.texi @@ -505,8 +505,8 @@ src_value matches any user- or system-missing value. SYSMIS matches the system missing value only. ELSE is a catch-all that matches anything. It should be the last src_value specified. -Numeric and string dest_value's should also be self-explanatory. COPY -causes the input values to be copied to the output. This is only value +Numeric and string dest_value's should be self-explanatory. COPY +causes the input values to be copied to the output. This is only valid if the source and target variables are of the same type. SYSMIS indicates the system-missing value.