mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-01-22 09:19:55 +00:00
Fix spelling error
This commit is contained in:
parent
91b07c4ff7
commit
3c18a2c831
@ -17,7 +17,7 @@
|
||||
String name = StringEscapeUtils.escapeHtml(request.getParameter("name"));
|
||||
|
||||
if (request.getParameter("words").length() > 2048) { throw new Exception("Input too large"); }
|
||||
if (height > 100 || width > 100) { throw new Exception("Dimentions too large"); }
|
||||
if (height > 100 || width > 100) { throw new Exception("Dimensions too large"); }
|
||||
|
||||
List<String> words = new ArrayList<String>();
|
||||
for ( String line : request.getParameter("words").split("\r\n")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user