Fix typos
diff --git a/templates/recover_email_form.htm b/templates/recover_email_form.htm
index a423568..0f10ae8 100644
--- a/templates/recover_email_form.htm
+++ b/templates/recover_email_form.htm
@@ -21,7 +21,7 @@
aria-hidden="true"></span></button>
</div>
</div>
- <input pattern="[^\s]{<?php echo $CAPTCHA_LENGTH; ?>,}" required title="Please fill the captcha. It has 5 characteres" name="captcha"
+ <input pattern="[^\s]{<?php echo $CAPTCHA_LENGTH; ?>,}" required title="Please fill the captcha. It has 5 characters" name="captcha"
type="text" id="form3Example6" class="form-control" placeholder="Type what you see on the image above" />
</div>