diff --git a/Script.php b/Script.php index f311050..c157078 100644 --- a/Script.php +++ b/Script.php @@ -131,7 +131,7 @@ if (!empty($_POST["frm_signup_2"])) { if ($con->query($sql) === TRUE) { header("Location: Courses.php"); } else { - echo "Something really bad (SQL insertion error) happend during sign up."; + echo "Something really bad (SQL insertion error) happened during sign up."; } }