Spelling fixes and misc tidying for the manual.  (Brian Gough)


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7173 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/xml/FAQ.xml b/docs/xml/FAQ.xml
index be3e111..0dbf6e9 100644
--- a/docs/xml/FAQ.xml
+++ b/docs/xml/FAQ.xml
@@ -193,7 +193,7 @@
     much more slowly, but should detect the use of the out-of-date
     code.</para>
 
-    <para>Alternativaly, if you have the source code to the JIT compiler
+    <para>Alternatively, if you have the source code to the JIT compiler
     you can insert calls to the
     <computeroutput>VALGRIND_DISCARD_TRANSLATIONS</computeroutput>
     client request to mark out-of-date code, saving you from using
@@ -555,7 +555,7 @@
 
     <para>As for eager reporting of copies of uninitialised memory values,
     this has been suggested multiple times.  Unfortunately, almost all
-    programs legitimately copy uninitialise memory values around (because
+    programs legitimately copy uninitialised memory values around (because
     compilers pad structs to preserve alignment) and eager checking leads to
     hundreds of false positives.  Therefore Memcheck does not support eager
     checking at this time.</para>