From a59a0ea7da07c31cee76c624b7fd438b9c9c2b97 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 21:56:56 +0000 Subject: [PATCH] Spelling in code comments patch: 'defintions' -> 'definitions'; patch by Vlad Dascalu . --- Bugzilla/DB/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index f02f2d1af9..54c4145272 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 -- 2.47.3