diff --git a/neutron/db/migration/alembic.ini b/neutron/db/migration/alembic.ini index 83098afbd8e..82dec7381f0 100644 --- a/neutron/db/migration/alembic.ini +++ b/neutron/db/migration/alembic.ini @@ -12,7 +12,7 @@ script_location = %(here)s/alembic # revision_environment = false # default to an empty string because the Neutron migration cli will -# extract the correct value and set it programatically before alemic is fully +# extract the correct value and set it programmatically before alembic is fully # invoked. sqlalchemy.url = diff --git a/neutron/db/migration/alembic_migrations/versions/2447ad0e9585_add_ipv6_mode_props.py b/neutron/db/migration/alembic_migrations/versions/2447ad0e9585_add_ipv6_mode_props.py index a95064a1ef1..84af3bfc93e 100644 --- a/neutron/db/migration/alembic_migrations/versions/2447ad0e9585_add_ipv6_mode_props.py +++ b/neutron/db/migration/alembic_migrations/versions/2447ad0e9585_add_ipv6_mode_props.py @@ -29,7 +29,7 @@ import sqlalchemy as sa def upgrade(): - # Workaround for Alemic bug #89 + # Workaround for Alembic bug #89 # https://bitbucket.org/zzzeek/alembic/issue/89 context = op.get_context() if context.bind.dialect.name == 'postgresql':