minor tweaks


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4314 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/internals/xml-output.txt b/docs/internals/xml-output.txt
index b233e33..84f0fdb 100644
--- a/docs/internals/xml-output.txt
+++ b/docs/internals/xml-output.txt
@@ -30,7 +30,7 @@
 How to use
 ~~~~~~~~~~
 
-Run with flag --xml=yes.  That's all.  Note however several 
+Run with flag --xml=yes.  That`s all.  Note however several 
 caveats.
 
 * At the present time only Memcheck is supported.  The scheme extends
@@ -98,7 +98,7 @@
 Inside that, the first entity is an indication of the protocol
 version.  This is provided so that existing parsers can identify XML
 created by future versions of Valgrind merely by observing that the
-protocol version is one they don't understand.  Hence TOPLEVEL is:
+protocol version is one they don`t understand.  Hence TOPLEVEL is:
 
   <?xml version="1.0"?>
   <valgrindoutput>
@@ -184,7 +184,7 @@
 * Zero or more ERRORs, each of which is a complaint from the
   leak checker.
 
-That's it.
+That`s it.
 
 
 ERROR