diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-21 21:01:49 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-21 21:01:49 +0000 |
commit | 3999984bf8d59b4f95f63db5dba044946322b7d8 (patch) | |
tree | 7a2c0de11eb54cd77b77345d48af9920db2ef299 | |
parent | ca89559273d37e0f8da1cbfce6e649ce27caf54f (diff) | |
download | brdo-3999984bf8d59b4f95f63db5dba044946322b7d8.tar.gz brdo-3999984bf8d59b4f95f63db5dba044946322b7d8.tar.bz2 |
#996160 follow-up by rfay: Fix typo.
-rw-r--r-- | modules/field/field.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.install b/modules/field/field.install index 6bb0f35ab..2b6c0698f 100644 --- a/modules/field/field.install +++ b/modules/field/field.install @@ -396,7 +396,7 @@ function field_update_7000() { } /** - * Fix fields definitions created during the d6 to d7 upgarde path. + * Fix fields definitions created during the d6 to d7 upgrade path. */ function field_update_7001() { $fields = _update_7000_field_read_fields(); |