зеркало из https://github.com/mozilla/pjs.git
Spelling in code comments patch: 'defintions' -> 'definitions'; patch by Vlad Dascalu <vladd@bugzilla.org>.
This commit is contained in:
Родитель
64f91a76f1
Коммит
5cf972a043
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче