Fixed typos in designate specs

Change-Id: I78ae1fcb61a8efbec855c15c0d06ccb28e00ddab
This commit is contained in:
chenjiao 2018-11-24 10:16:44 +08:00 committed by Erik Olof Gunnar Andersson
parent 2df378e037
commit b19cf65e76
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ to reference other object easily.
To implement the registry, the `DesignateObjectMetaclass` class will be updated
to track a reference to each of the Object classes as they are constructed.
Theese references will be stored in a dictionary attached to the
These references will be stored in a dictionary attached to the
`DesignateObject` base class.
.. note:: The `DesignateObjectMetaclass` code is executed while the object

View File

@ -106,7 +106,7 @@ This service will use the existing oslo-incubator ThreadGroup.add_timer()
methods for scheduling tasks, and the tooz library for group membership.
The timer interval will be exposed as a configuration value, defaulting to
3600 seconds. The interval will be independant of any other timers introduced
3600 seconds. The interval will be independent of any other timers introduced
into this service in the future.
Group membership will be implemented as a `Service` mixin, similar to