diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2013-12-03 16:45:15 -0800 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2013-12-03 16:45:15 -0800 |
commit | c1b6dc1dae9939b92561578e7e1c3b18a322075e (patch) | |
tree | 753357731451f878e899ad346290d6df64be795b /modules/field/tests | |
parent | f01c994de8d6f54a5bef1523319c6da88048c146 (diff) | |
download | brdo-c1b6dc1dae9939b92561578e7e1c3b18a322075e.tar.gz brdo-c1b6dc1dae9939b92561578e7e1c3b18a322075e.tar.bz2 |
Issue #2145077 by TR: Fix spelling errors in D7 tests and comments
Diffstat (limited to 'modules/field/tests')
-rw-r--r-- | modules/field/tests/field_test.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/tests/field_test.install b/modules/field/tests/field_test.install index a224520be..eaf13902e 100644 --- a/modules/field/tests/field_test.install +++ b/modules/field/tests/field_test.install @@ -60,7 +60,7 @@ function field_test_schema() { 'description' => 'The base table for test entities with a bundle key.', 'fields' => array( 'ftid' => array( - 'description' => 'The primary indentifier for a test_entity_bundle_key.', + 'description' => 'The primary identifier for a test_entity_bundle_key.', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, @@ -79,7 +79,7 @@ function field_test_schema() { 'description' => 'The base table for test entities with a bundle.', 'fields' => array( 'ftid' => array( - 'description' => 'The primary indentifier for a test_entity_bundle.', + 'description' => 'The primary identifier for a test_entity_bundle.', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, |