minor grammar fix.

git-svn-id: http://webgoat.googlecode.com/svn/trunk@101 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
esheri3 2007-01-26 19:36:52 +00:00
parent ccd2f8cc33
commit dce06730f9

View File

@ -85,7 +85,7 @@ public class WeakSessionID extends LessonAdapter
*/ */
public Element getCredits() public Element getCredits()
{ {
return super.getCustomCredits("By Rogan Dawes", ASPECT_LOGO); return super.getCustomCredits("By Rogan Dawes of ", ASPECT_LOGO);
} }