summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/field/field.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.module b/modules/field/field.module
index edc20c243..5781ddaab 100644
--- a/modules/field/field.module
+++ b/modules/field/field.module
@@ -44,7 +44,7 @@ module_load_include('inc', 'field', 'field.form');
*
* - @link field_attach Field Attach API @endlink. Connects object
* types to the Field API. Field Attach API functions load, store,
- * generate Form API structures, display, and perform a vareity of
+ * generate Form API structures, display, and perform a variety of
* other functions for field data connected to individual objects.
* Fieldable object types like node and user use this API to make
* themselves fieldable.