minor patches
diff --git a/components/runtime/index.php b/components/runtime/index.php
index 4d7c7a1..923ddf5 100644
--- a/components/runtime/index.php
+++ b/components/runtime/index.php
@@ -2,7 +2,7 @@
 

 	#*****************************************************************************

 	#

-	# /components/desktop/index.php of Java Workflow Tooling (JWT)

+	# /components/runtime/index.php of Java Workflow Tooling (JWT)

 	#

 	# Author: 		Florian Lautenbacher

 	# created:		2007-10-12

@@ -50,4 +50,4 @@
 

 	# Generate the web page

 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>
\ No newline at end of file
+?>

diff --git a/components/transformations/index.php b/components/transformations/index.php
index da131d1..7de6c9d 100644
--- a/components/transformations/index.php
+++ b/components/transformations/index.php
@@ -2,7 +2,7 @@
 

 	#*****************************************************************************

 	#

-	# /components/wam/index.php of Java Workflow Tooling (JWT)

+	# /components/transformations/index.php of Java Workflow Tooling (JWT)

 	#

 	# Author: 		Florian Lautenbacher

 	# created:		2007-10-12

@@ -35,7 +35,7 @@
 				<div align="justify">

 					<p>

 						Currently there are already several transformations available: building on a transformation base plugin

-						it is now possible to transform the JWT-model into <a href="http://www.eclipse.org/stp/bpmn/">BPMN</a>
+						it is now possible to transform the JWT-model into <a href="http://www.eclipse.org/stp/bpmn/">BPMN</a>

 						and vice versa, or export it to the STP Intermediate Model (IM) format,

 						or to generate <a href="http://www.wfmc.org/standards/xpdl.htm">XPDL</a>-code. 

 						These transformations are already part of JWT since version 0.5.

@@ -111,4 +111,4 @@
 

 	# Generate the web page

 	$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

-?>
+?>