From 88553e25f264cdd9009b89b799f5b88c32c0a5b7 Mon Sep 17 00:00:00 2001 From: esheri3 Date: Mon, 22 Jan 2007 20:14:43 +0000 Subject: [PATCH] Minor spelling issue in hint. git-svn-id: http://webgoat.googlecode.com/svn/trunk@71 4033779f-a91e-0410-96ef-6bf7bf53c507 --- .../JavaSource/org/owasp/webgoat/lessons/DOMInjection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOMInjection.java b/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOMInjection.java index ec16a359b..1d3d7b16b 100644 --- a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOMInjection.java +++ b/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/DOMInjection.java @@ -178,7 +178,7 @@ public class DOMInjection extends LessonAdapter hints .add("Try to find a way to inject the DOM to enable the Activate button."); hints - .add("Intercept the reply and replace the body withx document.forms[0].SUBMIT.disabled = false;"); + .add("Intercept the reply and replace the body with document.forms[0].SUBMIT.disabled = false;"); return hints; }