summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r--Bugzilla/DB/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm
index f02f2d1af..54c414527 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -1160,7 +1160,7 @@ sub _adjust_schema {
# Loop over each table in the abstract database schema.
foreach my $table (keys %{ $self->{schema} }) {
my %fields = (@{ $self->{schema}{$table}{FIELDS} });
- # Loop over the field defintions in each table.
+ # Loop over the field definitions in each table.
foreach my $field_def (values %fields) {
# If the field type is an abstract data type defined in the
# $db_specific hash, replace it with the DBMS-specific data type