summaryrefslogtreecommitdiff
path: root/modules/field
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-03 07:40:58 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-03 07:40:58 +0000
commit8a8c28acb04967377e0ce957a027ea9a38d30df1 (patch)
tree940da90c3d52c4e872b525a65c00484f13dc1deb /modules/field
parent4af38f2119d8753e9602c24f757a277b8c8920bb (diff)
downloadbrdo-8a8c28acb04967377e0ce957a027ea9a38d30df1.tar.gz
brdo-8a8c28acb04967377e0ce957a027ea9a38d30df1.tar.bz2
- Patch #730186 by douggreen: fixing spelling mistake in documentation: 'kay' -> 'key'.
Diffstat (limited to 'modules/field')
-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 50674136d..9b21d3ba4 100644
--- a/modules/field/field.module
+++ b/modules/field/field.module
@@ -595,7 +595,7 @@ function field_format($entity_type, $entity, $field, $item, $formatter_type = NU
* If no display settings are found for the view mode, the settings for
* the 'full' view mode will be used.
* - An array of display settings, as found in the 'display' entry of
- * $instance definitions. The following kay/value pairs are allowed:
+ * $instance definitions. The following key/value pairs are allowed:
* - label: (string) Position of the label. The default 'field' theme
* implementation supports the values 'inline', 'above' and 'hidden'.
* Defaults to 'above'.