aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2022-03-01 04:04:03 +0000
committerReedy <reedy@wikimedia.org>2022-03-01 04:04:03 +0000
commit107fafbf44a80e1a5142bc6dd1b6dde3d58d52d6 (patch)
tree718615073be66be181d8483417bf18ab54b8a7db /includes/htmlform
parentf9858b2863f3b269f32eefdb3090ba1425c1274b (diff)
downloadmediawikicore-107fafbf44a80e1a5142bc6dd1b6dde3d58d52d6.tar.gz
mediawikicore-107fafbf44a80e1a5142bc6dd1b6dde3d58d52d6.zip
HTMLForm: Fix check typo
Change-Id: I101b45d1d64dfa22240c147f5763ec5e89d63206
Diffstat (limited to 'includes/htmlform')
-rw-r--r--includes/htmlform/HTMLForm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/htmlform/HTMLForm.php b/includes/htmlform/HTMLForm.php
index a90253d6e730..86755f0c0246 100644
--- a/includes/htmlform/HTMLForm.php
+++ b/includes/htmlform/HTMLForm.php
@@ -123,7 +123,7 @@ use MediaWiki\Page\PageReference;
* The 'hide-if' logic would also disable fields, you don't need
* to set this attribute with the same condition manually.
* You can pass both 'disabled' and this attribute to omit extra
- * ckeck, but this would function only for not 'disabled' fields.
+ * check, but this would function only for not 'disabled' fields.
* 'section' -- A string name for the section of the form to which the field
* belongs. Subsections may be added using the separator '/', e.g.:
* 'section' => 'section1/subsection1'