diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-05-30 20:51:03 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-05-30 20:51:03 -0700 |
commit | 70ec086e994b88fa7d43d74bdac21a3dbf23b435 (patch) | |
tree | dd8956380173b0802c33809db94ae4aa66c44214 | |
parent | d2bcc21682899006018a408b1966eff8ccbdb386 (diff) | |
download | brdo-70ec086e994b88fa7d43d74bdac21a3dbf23b435.tar.gz brdo-70ec086e994b88fa7d43d74bdac21a3dbf23b435.tar.bz2 |
Issue #1160792 by andrewmacpherson: Fixed Spelling mistake in documentation for theme_field().
-rw-r--r-- | modules/field/field.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.module b/modules/field/field.module index 9e03c8d91..e9dbc659c 100644 --- a/modules/field/field.module +++ b/modules/field/field.module @@ -1136,7 +1136,7 @@ function template_process_field(&$variables, $hook) { * - label_hidden: A boolean indicating to show or hide the field label. * - title_attributes: A string containing the attributes for the title. * - label: The label for the field. - * - content_attributes: A string containing the attaributes for the content's + * - content_attributes: A string containing the attributes for the content's * div. * - items: An array of field items. * - item_attributes: An array of attributes for each item. |