]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix tiny typo: compatability => compatibility
authorYoshihide Matsumoto <matsumoto333@gmail.com>
Tue, 21 Apr 2015 04:55:37 +0000 (13:55 +0900)
committerYoshihide Matsumoto <matsumoto333@gmail.com>
Tue, 21 Apr 2015 04:55:37 +0000 (13:55 +0900)
Fix tiny typo: compatability => compatibility

Change-Id: I58547701ff2fd8fbabd127953ea0a4cfdf1e4d32

cinder/objects/base.py

index 23d66322b5db7ce91aebf04c0723818d47f1b8f5..946f10c8e16d114c1dea213a2c6a77f8341b3062 100644 (file)
@@ -613,7 +613,7 @@ class CinderObjectDictCompat(object):
         if key not in self.obj_fields:
             # NOTE(jdg): There are a number of places where we rely on the
             # old dictionary version and do a get(xxx, None).
-            # The following preserves that compatability but in
+            # The following preserves that compatibility but in
             # the future we'll remove this shim altogether so don't
             # rely on it.
             LOG.debug('Cinder object %(object_name)s has no '