diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-06-08 20:41:56 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-06-08 20:41:56 -0700 |
commit | 86f0c5684edfe330e929417ab641977448109d81 (patch) | |
tree | 0e20c459c3a868e208830aa1fa8e608605b89d92 | |
parent | 519e5603697cc75256bbd788b907b350a73caf17 (diff) | |
download | brdo-86f0c5684edfe330e929417ab641977448109d81.tar.gz brdo-86f0c5684edfe330e929417ab641977448109d81.tar.bz2 |
Issue #1179970 by kafitz, dinarcon: Fixed spelling mistake in Field API docs.
-rw-r--r-- | modules/field/field.info.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/field/field.info.inc b/modules/field/field.info.inc index 02707f6d3..6b172dd34 100644 --- a/modules/field/field.info.inc +++ b/modules/field/field.info.inc @@ -458,7 +458,7 @@ function field_behaviors_widget($op, $instance) { * Returns information about field types from hook_field_info(). * * @param $field_type - * (optional) A field type name. If ommitted, all field types will be + * (optional) A field type name. If omitted, all field types will be * returned. * * @return @@ -482,7 +482,7 @@ function field_info_field_types($field_type = NULL) { * Returns information about field widgets from hook_field_widget_info(). * * @param $widget_type - * (optional) A widget type name. If ommitted, all widget types will be + * (optional) A widget type name. If omitted, all widget types will be * returned. * * @return @@ -507,7 +507,7 @@ function field_info_widget_types($widget_type = NULL) { * Returns information about field formatters from hook_field_formatter_info(). * * @param $formatter_type - * (optional) A formatter type name. If ommitted, all formatter types will be + * (optional) A formatter type name. If omitted, all formatter types will be * returned. * * @return @@ -532,7 +532,7 @@ function field_info_formatter_types($formatter_type = NULL) { * Returns information about field storage from hook_field_storage_info(). * * @param $storage_type - * (optional) A storage type name. If ommitted, all storage types will be + * (optional) A storage type name. If omitted, all storage types will be * returned. * * @return |