diff --git a/core/modules/simpletest/tests/form_test.module b/core/modules/simpletest/tests/form_test.module index 8bfb58a..c4e83f6 100644 --- a/core/modules/simpletest/tests/form_test.module +++ b/core/modules/simpletest/tests/form_test.module @@ -1143,7 +1143,7 @@ function form_test_email_submit($form, &$form_state) { } /** - * Form consructor for testing #type 'url' elements. + * Form constructor for testing #type 'url' elements. * * @see form_test_url_submit() * @ingroup forms