Fix typos
diff --git a/templates/email.php b/templates/email.php
index f64db8c..2516d25 100644
--- a/templates/email.php
+++ b/templates/email.php
@@ -22,8 +22,8 @@
 // Add the support email there
 $PASSWORD_CHANGED_EMAIL_TEMPLATE = (object)[
         "subject" => "Your password was changed",
-        "text"    => "Your password was chanegd successfully. If this wasn't you please contact support",
+        "text"    => "Your password was changed successfully. If this wasn't you please contact support",
         "html"    => "<html><body>
-                <h3>Your password was chanegd successfully. If this wasn't you please contact support</h3>
+                <h3>Your password was changed successfully. If this wasn't you please contact support</h3>
         </body></html>"
 ];