From ae53f770d61c40ad26d7f2b240e311bd80f5a30b Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat, 5 Oct 2013 15:28:32 -0700
Subject: [PATCH] doc: Fix odd quotes in text.

Reported by Michel Boaventura.
Bug #40189.
---
 doc/transformation.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/transformation.texi b/doc/transformation.texi
index dfacfcdaed..ae07524ef3 100644
--- a/doc/transformation.texi
+++ b/doc/transformation.texi
@@ -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
-- 
2.30.2