correct the plural spelling of "object".

Change-Id: I6dfcdcc76f8e8220a60d4f7b7a5f3ad01b03cf38
This commit is contained in:
zhangyifan 2018-05-02 21:16:58 +08:00
parent 5c6015f869
commit c18ee757f6
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ New approach to resource deallocation was introduced.
Previously murano used to load ``Objects`` and ``ObjectsCopy`` sections of the
JSON object model independently which cause for objects that were not deleted
between deployments to instantiate twice. If deleted object were to cause any
between deployments to instantiate twice. If deleted objects were to cause any
changes to such alive objects they were made to the objects loaded from
``ObjectsCopy`` and immediately discarded before the deployment.
Now this behaviour is changed and there is no more duplicates of the same object.