From a59a0ea7da07c31cee76c624b7fd438b9c9c2b97 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 21:56:56 +0000 Subject: Spelling in code comments patch: 'defintions' -> 'definitions'; patch by Vlad Dascalu . --- Bugzilla/DB/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/DB') 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 -- cgit v1.2.3-24-g4f1b