summaryrefslogtreecommitdiff
path: root/modules/contact/contact.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/contact/contact.module')
-rw-r--r--modules/contact/contact.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/contact/contact.module b/modules/contact/contact.module
index 8008034dd..48f97137a 100644
--- a/modules/contact/contact.module
+++ b/modules/contact/contact.module
@@ -502,7 +502,7 @@ function contact_mail_page_validate($form_id, $form_values) {
*/
function contact_mail_page_submit($form_id, $edit) {
- // E-mail address of the sender: as the form field is a text field,
+ // E-mail address of the sender: as the form field is a text field,
// all instances of \r and \n have been automatically stripped from it.
$from = $edit['mail'];