fixed a typo

git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@370 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
soylentmean 2008-12-11 21:15:20 +00:00
parent 711097a340
commit 7a55b7e02f

View File

@ -111,7 +111,7 @@ public class HttpSplitting extends SequentialLessonAdapter
StringBuffer msg = new StringBuffer(); StringBuffer msg = new StringBuffer();
msg.append("Good Job! "); msg.append("Good Job! ");
msg.append("This lesson has detected your successfull attack, "); msg.append("This lesson has detected your successful attack, ");
msg.append("time to elevate your attack to a higher level. "); msg.append("time to elevate your attack to a higher level. ");
msg.append("Try again and add Last-Modified header, intercept"); msg.append("Try again and add Last-Modified header, intercept");
msg.append("the reply and replace it with a 304 reply."); msg.append("the reply and replace it with a 304 reply.");