From 3bf1e69a3ea0d5fb236d0ed7207b61136427bf75 Mon Sep 17 00:00:00 2001 From: Shamim Rezaie Date: Tue, 2 Jul 2019 04:04:28 +1000 Subject: [PATCH] MDL-66054 behat: typo fix --- lib/behat/form_field/behat_form_autocomplete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/behat/form_field/behat_form_autocomplete.php b/lib/behat/form_field/behat_form_autocomplete.php index 873695a8d88..4d56560560b 100644 --- a/lib/behat/form_field/behat_form_autocomplete.php +++ b/lib/behat/form_field/behat_form_autocomplete.php @@ -45,7 +45,7 @@ class behat_form_autocomplete extends behat_form_text { */ public function set_value($value) { if (!$this->running_javascript()) { - throw new coding_exception('Setting the valid of an autocomplete field requires javascript.'); + throw new coding_exception('Setting the value of an autocomplete field requires javascript.'); } // Set the value of the autocomplete's input.