data-migrations spelling fixes

Fixed spelling errors in the comment pertaining to HAIPAddressToPortAssociation in data_migrations.py.

Change-Id: Ie51fabeec357206dff4abc51b3b8434dbc4e067e
(cherry picked from commit 86c8506a0b)
This commit is contained in:
Christopher Collins 2022-07-15 16:24:38 -07:00
parent 4635b00590
commit fb36c4c16a
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ NetworkMapping = sa.Table(
sa.Column('vrf_tenant_name', sa.String(64), nullable=True))
# This is neeeded in order to make aueries against the table
# prior to the pirmary key change in the schema (the ORM is defined
# This is needed in order to make queries against the table
# prior to the primary key change in the schema (the ORM is defined
# with the new primary keys, so it can't be used).
HAIPAddressToPortAssociation = sa.Table(
'apic_ml2_ha_ipaddress_to_port_owner', sa.MetaData(),