Solve some spelling mistakes.

Change-Id: Id7e8c4efbfc4203e63583b68c87be75f4a195b66
This commit is contained in:
zte-hanrong
2016-11-18 14:57:06 +08:00
parent 3ebe8ab70f
commit 99735fa39a
5 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ class Audit(base.WatcherPersistentObject, base.WatcherObject,
_old_state = None
# NOTE(v-francoise): The way oslo.versionedobjects works is by using a
# __new__ that will automagically create the attributes referenced in
# __new__ that will automatically create the attributes referenced in
# fields. These attributes are properties that raise an exception if no
# value has been assigned, which means that they store the actual field
# value in an "_obj_%(field)s" attribute. So because we want to proxify a