From f7ee856d233eae25792a558ffdf6a9a2426f33ec Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 26 Nov 2012 13:02:00 -0800 Subject: Issue #1846510 by larowlan, kim.pepper: Fix spelling error in field UI module comment --- modules/field_ui/field_ui.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field_ui') diff --git a/modules/field_ui/field_ui.admin.inc b/modules/field_ui/field_ui.admin.inc index 44770acb9..1dff2b50e 100644 --- a/modules/field_ui/field_ui.admin.inc +++ b/modules/field_ui/field_ui.admin.inc @@ -1534,7 +1534,7 @@ function field_ui_existing_field_options($entity_type, $bundle) { // - locked fields, // - fields already in the current bundle, // - fields that cannot be added to the entity type, - // - fields that that shoud not be added via user interface. + // - fields that that should not be added via user interface. if (empty($field['locked']) && !field_info_instance($entity_type, $field['field_name'], $bundle) -- cgit v1.2.3