summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-26 17:00:13 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-26 17:00:13 +0000
commite5ecbeac17069ccd00cfe14b00ca3820b2019ba6 (patch)
tree547bacc6596979a95603a96b5df61854716b7505 /modules
parentf6044dcd2cd425a1e11db7083ff3d58c6846ab3c (diff)
downloadbrdo-e5ecbeac17069ccd00cfe14b00ca3820b2019ba6.tar.gz
brdo-e5ecbeac17069ccd00cfe14b00ca3820b2019ba6.tar.bz2
- Patch #864638 by glipay: typo in comment for field_attach_form().
Diffstat (limited to 'modules')
-rw-r--r--modules/field/field.attach.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc
index 3f4a641b3..3753b2f75 100644
--- a/modules/field/field.attach.inc
+++ b/modules/field/field.attach.inc
@@ -507,7 +507,7 @@ function _field_invoke_get_instances($entity_type, $bundle, $options) {
* 'array_parents' => an array of keys indicating the path to the field
* element within the full $form structure. This entry is populated at
* form build time.
- * 'errors' => the array ok field validation errors reported on the
+ * 'errors' => the array of field validation errors reported on the
* field. This entry is populated at form validation time.
* ),
* ),