]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'defintions' -> 'definitions'; patch by Vlad Dascalu...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 21:56:56 +0000 (21:56 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:56:56 +0000 (21:56 +0000)
Bugzilla/DB/Schema.pm

index f02f2d1af960ecdef518a4d6dbf08c7f77072c07..54c4145272297366bbc1a59da8775376ab1a52e2 100644 (file)
@@ -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