From 8a5bde690e0aa624e36e27a9dd8a7b08ef901f98 Mon Sep 17 00:00:00 2001 From: Mitsuhiro SHIGEMATSU Date: Sat, 21 Mar 2015 07:24:44 +0900 Subject: [PATCH] Fix typos in neutron/db/migration Change-Id: I1ec582fbbf910316d39b8acf08a46f41806ba5f5 --- neutron/db/migration/alembic.ini | 2 +- .../versions/2447ad0e9585_add_ipv6_mode_props.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron/db/migration/alembic.ini b/neutron/db/migration/alembic.ini index 83098afbd..82dec7381 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 a95064a1e..84af3bfc9 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': -- 2.45.2