diff --git a/modules/field/field.module b/modules/field/field.module
index 9e03c8d911dc3dc6ef42eee599752bbc789399ed..e9dbc659c21758b8c51bc27c19652cfd9dce2459 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.