summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-18 01:55:13 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-18 01:55:13 +0000
commitfcaf2e8016ea699294733ce82e7888aea8fabe93 (patch)
treeb3dd5947516318e23eccb4cefcceea30552d9a36 /modules
parent85f481386d0374e81a13f67d928619b3c95feeaa (diff)
downloadbrdo-fcaf2e8016ea699294733ce82e7888aea8fabe93.tar.gz
brdo-fcaf2e8016ea699294733ce82e7888aea8fabe93.tar.bz2
- Patch #607478 by Scott Reynolds: fixed small spelling mistake in field.module documentation.
Diffstat (limited to 'modules')
-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.