- Patch #607478 by Scott Reynolds: fixed small spelling mistake in field.module documentation.

merge-requests/26/head
Dries Buytaert 2009-10-18 01:55:13 +00:00
parent 85f481386d
commit fcaf2e8016
1 changed files with 1 additions and 1 deletions

View File

@ -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.