Bug 564855: [Platform] documentation typos in runProcess() description

Change-Id: Ifde917bdede24a3a45e0e5f4331a955fea8f7751
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/PlatformModule.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/PlatformModule.java
index d54ff29..3545c64 100644
--- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/PlatformModule.java
+++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/PlatformModule.java
@@ -118,14 +118,14 @@
 	}
 
 	/**
-	 * Run an external process. The process is started in the background and a {@link FutureX} object is returned. Query the result for finished state, output
+	 * Run an external process. The process is started in the background and a {@link Process} object is returned. Query the result for finished state, output
 	 * and error streams of the executed process.
 	 *
 	 * @param name
 	 *            program to run (with full path if necessary)
 	 * @param args
 	 *            program arguments
-	 * @return process object to track proces execution
+	 * @return process object to track process execution
 	 * @throws IOException
 	 *             if an I/O error occurs
 	 */