diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-04 15:56:28 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-04 15:56:28 +0000 |
commit | dd3856d6ec9bdea2ef1e3477e3a7e23a4af89eb1 (patch) | |
tree | 6852d46551f5efce273b739e2e250ed131a980f1 | |
parent | 73ba8917695030c1293b16af7ef7a37a5ee44061 (diff) | |
download | brdo-dd3856d6ec9bdea2ef1e3477e3a7e23a4af89eb1.tar.gz brdo-dd3856d6ec9bdea2ef1e3477e3a7e23a4af89eb1.tar.bz2 |
#671928 by asimmonds: Fixed typo in doxygen.
-rw-r--r-- | modules/field/field.attach.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index ea58b0282..1cbefe035 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -81,7 +81,7 @@ define('FIELD_STORAGE_INSERT', 'insert'); * Operate on Field API data attached to Drupal objects. * * Field Attach API functions load, store, generate Form API - * structures, display, and perform a vareity of other functions for + * structures, display, and perform a variety of other functions for * field data connected to individual objects. * * Field Attach API functions generally take $obj_type and $object |