summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-29 22:33:47 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-29 22:33:47 +0000
commit27128bc1483d083dd7db314fdb0982f572d23f11 (patch)
treea26d8495a48d2ca0d4bac5a46140e435ba392cdc
parent706d737ca1f41a9491c9413216f13a9d5b4fc26c (diff)
downloadbrdo-27128bc1483d083dd7db314fdb0982f572d23f11.tar.gz
brdo-27128bc1483d083dd7db314fdb0982f572d23f11.tar.bz2
#646212 by Jody Lynn: Fixed typos in field.info.inc comment.
-rw-r--r--modules/field/field.info.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/field.info.inc b/modules/field/field.info.inc
index fe2af51a8..065734de9 100644
--- a/modules/field/field.info.inc
+++ b/modules/field/field.info.inc
@@ -451,10 +451,10 @@ function field_info_bundles($obj_type = NULL) {
}
/**
- * Return all field efinitions.
+ * Return all field definitions.
*
* @return
- * An array of field definitions, keyd by field name. Each field has an
+ * An array of field definitions, keyed by field name. Each field has an
* additional property, 'bundles', which is an array of all the bundles to
* which this field belongs.
*/