Pull up fix for CONNECTORS_1166 from trunk

git-svn-id: https://svn.apache.org/repos/asf/manifoldcf/branches/release-2.0-branch@1660279 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index d7830d3..7547b92 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,10 @@
 
 ======================= Release 2.0.2 =====================
 
+CONNECTORS-1166: Delete link doesn't work on listtransformations
+UI page.
+(Shinichiro Abe, Karl Wright)
+
 CONNECTORS-1157: FileNet connector URI is incorrect for document
 subtypes.
 (Guy Sperry)
diff --git a/framework/crawler-ui/src/main/webapp/listtransformations.jsp b/framework/crawler-ui/src/main/webapp/listtransformations.jsp
index 4ec29f7..693bbe6 100644
--- a/framework/crawler-ui/src/main/webapp/listtransformations.jsp
+++ b/framework/crawler-ui/src/main/webapp/listtransformations.jsp
@@ -61,7 +61,7 @@
 	<p class="windowtitle"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"listtransformations.ListOfTransformationConnections")%></p>
 	<form class="standardform" name="listconnections" action="execute.jsp" method="POST">
 		<input type="hidden" name="op" value="Continue"/>
-		<input type="hidden" name="type" value="transformattion"/>
+		<input type="hidden" name="type" value="transformation"/>
 		<input type="hidden" name="connname" value=""/>
 
 <%