Corrected typo in comment

git-svn-id: http://scm.dspace.org/svn/repo/trunk@1768 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Stuart Lewis
2007-04-06 20:16:10 +00:00
parent 1e64faade1
commit a64dbf8e37

View File

@@ -113,7 +113,7 @@ public class PasswordAuthentication
check = options[i].trim().toLowerCase(); check = options[i].trim().toLowerCase();
if (email.endsWith(check)) if (email.endsWith(check))
{ {
// A match, so we can register thsi user // A match, so we can register this user
return true; return true;
} }
} }