Fix typo in input field name
diff --git a/js/testing/test-encode-decode-Interest.html b/js/testing/test-encode-decode-Interest.html
index 67727d1..04cbae2 100644
--- a/js/testing/test-encode-decode-Interest.html
+++ b/js/testing/test-encode-decode-Interest.html
@@ -174,7 +174,7 @@
 		

 		Please Enter an Interest:<br />

 		

-		<input id="interest" type="text" name="INTERSET" value="/PARC/abc" /> 

+		<input id="interest" type="text" name="INTEREST" value="/PARC/abc" /> 

 		

 	</form>

 	<button onclick="encode()">Encode</button>

@@ -187,4 +187,4 @@
 		<!--  p id="result">01d2f2fafdc12e4d2e532e6c6f63616c686f737400fabdc12e4d2e53525600faa563636e6400fa9d4b4559000002d28e310000</p-->

 

 </body>

-</html>
\ No newline at end of file
+</html>