Fix typo reported here https://github.com/apache/xalan-j/pull/1.patch

git-svn-id: https://svn.apache.org/repos/asf/xalan/java/trunk@1594575 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xdocs/sources/xalan/getstarted.xml b/xdocs/sources/xalan/getstarted.xml
index a91283f..497dafd 100644
--- a/xdocs/sources/xalan/getstarted.xml
+++ b/xdocs/sources/xalan/getstarted.xml
@@ -65,7 +65,7 @@
   </ol>
   <p>For example, go to the SimpleTransform subdirectory and issue the following command:</p>
   <p><code>java SimpleTransform</code></p>
-  <p>The sample writes the transformation result  to a file (birds.out). To see how the example works, 
+  <p>The sample writes the transformation result to a file (birds.out). To see how the example works, 
      examine the source files: birds.xml, birds.xsl, and SimpleTransform.java.</p>
   <p>The extensions examples require additional JAR files on the classpath, and the procedure for 
      running the sample applet and sample servlet is different. For more information about all the