diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-01-02 16:44:13 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-01-02 16:44:13 +0000 |
| commit | fff67a693a947c2d99c710682c999493558ea6f5 (patch) | |
| tree | e1941cd25bef09c18f1c386f0a9949d0ac69a1da | |
| parent | 40a19b7c082c781fb013aab24b92a15dc5d719db (diff) | |
| parent | 18a4c7ab9d80921f0b2fba701f2f4d0e42c0b702 (diff) | |
Merge "Spelling: Compatability=>Compatibility"
| -rw-r--r-- | nova/db/sqlalchemy/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/db/sqlalchemy/models.py b/nova/db/sqlalchemy/models.py index a382d8d55..c7e956a40 100644 --- a/nova/db/sqlalchemy/models.py +++ b/nova/db/sqlalchemy/models.py @@ -981,7 +981,7 @@ class InstanceFault(BASE, NovaBase): class InstanceIdMapping(BASE, NovaBase): - """Compatability layer for the EC2 instance service""" + """Compatibility layer for the EC2 instance service""" __tablename__ = 'instance_id_mappings' id = Column(Integer, primary_key=True, nullable=False, autoincrement=True) uuid = Column(String(36), nullable=False) |
