Issue #1846510 by larowlan: Fixed Spelling error in inline comment in field_ui().admin.inc.

8.0.x
webchick 2012-11-21 11:49:35 -08:00
parent 4399ae73b4
commit 7c7bbda71b
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,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)