Fix spellings for two words

Change-Id: I0cd0a5fed4784cb08acc29dc0bddcbc205975e1e
This commit is contained in:
venkatamahesh 2016-02-03 15:21:50 +05:30
parent 6e3ce52ee1
commit 8cbfd487a8
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ class WorkflowsController(rest.RestController, hooks.HookController):
:param marker: Optional. Pagination marker for large data sets.
:param limit: Optional. Maximum number of resources to return in a
single result. Default value is None for backward
compatability.
compatibility.
:param sort_keys: Optional. Columns to sort results by.
Default: created_at.
:param sort_dirs: Optional. Directions to sort corresponding to

View File

@ -34,7 +34,7 @@ fixes:
REPEATABLE_READ to READ_COMMITTED so process A can see changes committed
in other transactions even if process A is in the middle of a transaction.
A short explaination regarding the different isolation levels:
A short explanation regarding the different isolation levels:
- |