]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix typos in neutron/db/migration
authorMitsuhiro SHIGEMATSU <shigematsu.mitsuhiro@lab.ntt.co.jp>
Fri, 20 Mar 2015 22:24:44 +0000 (07:24 +0900)
committerSHIGEMATSU Mitsuhiro <shigematsu.mitsuhiro@lab.ntt.co.jp>
Sun, 22 Mar 2015 08:08:38 +0000 (08:08 +0000)
Change-Id: I1ec582fbbf910316d39b8acf08a46f41806ba5f5

neutron/db/migration/alembic.ini
neutron/db/migration/alembic_migrations/versions/2447ad0e9585_add_ipv6_mode_props.py

index 83098afbd8e98f970b1849089b7c44e9455771d1..82dec7381f081d7703e17539ea12ae0bc51ee92f 100644 (file)
@@ -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 =
 
index a95064a1ef1714fe5ae7f5a638b60b39789166fa..84af3bfc93ea5cb777c87708bc1c1918da3c0688 100644 (file)
@@ -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':