Changed a comment to "push" it on the stack
diff --git a/src/org/apache/xalan/xsltc/compiler/Key.java b/src/org/apache/xalan/xsltc/compiler/Key.java
index f9f1d8b..8a107c4 100644
--- a/src/org/apache/xalan/xsltc/compiler/Key.java
+++ b/src/org/apache/xalan/xsltc/compiler/Key.java
@@ -186,7 +186,7 @@
 	il.append(new PUSH(cpg, _name.toString()));
 	parentNode.setEnd(il.append(new ILOAD(parentNode.getIndex())));
 
-	// Now get the node value and feck it on the parameter stack
+	// Now get the node value and push it on the parameter stack
 	il.append(methodGen.loadDOM());
 	il.append(methodGen.loadCurrentNode());
 	il.append(new INVOKEINTERFACE(getNodeValue, 2));