diff --git a/www/submit.php b/www/submit.php index 5471283..1f9f196 100644 --- a/www/submit.php +++ b/www/submit.php @@ -20,7 +20,7 @@ if (isset($_POST['submit'])){ $error_message = "All of the fields must not be empty"; }else{ if (strlen($link) > 512 or strlen($name) > 64 or strlen($description) > 256 or strlen($sensitive) > 1 or strlen($category) > 64){ - $error_message = "Don't excede the limit"; + $error_message = "Don't exceed the limit"; }else{ // Open the file once before the loop