mirror of
				https://github.com/fooflington/wordsearch.git
				synced 2025-10-31 04:38:33 +00:00 
			
		
		
		
	Fix spelling error
This commit is contained in:
		| @@ -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")) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Slowe
					Matthew Slowe