Remove duplicate words

Fixes gh-3826
This commit is contained in:
Johnny Lim
2016-04-19 13:21:20 +09:00
committed by Rob Winch
parent fb5776cb5c
commit 933a7e8363
12 changed files with 17 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ import java.util.regex.Pattern;
/**
* Implementation which uses a regular expression to validate the supplied origin. If the
* value of the HTTP parameter matches the pattern, then the the result will be ALLOW-FROM
* value of the HTTP parameter matches the pattern, then the result will be ALLOW-FROM
* <paramter-value>.
*
* @author Marten Deinum