From 1bbd1b59bcee340fa676e4e780565511034db1ed Mon Sep 17 00:00:00 2001 From: Yoshihide Matsumoto Date: Tue, 21 Apr 2015 13:55:37 +0900 Subject: [PATCH] Fix tiny typo: compatability => compatibility Fix tiny typo: compatability => compatibility Change-Id: I58547701ff2fd8fbabd127953ea0a4cfdf1e4d32 --- cinder/objects/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/objects/base.py b/cinder/objects/base.py index 23d66322b..946f10c8e 100644 --- a/cinder/objects/base.py +++ b/cinder/objects/base.py @@ -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 ' -- 2.45.2