From 27128bc1483d083dd7db314fdb0982f572d23f11 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Sun, 29 Nov 2009 22:33:47 +0000
Subject: [PATCH] #646212 by Jody Lynn: Fixed typos in field.info.inc comment.

---
 modules/field/field.info.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/field/field.info.inc b/modules/field/field.info.inc
index fe2af51a8e47..065734de9079 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.
  */
-- 
GitLab