summaryrefslogtreecommitdiff
path: root/api-guide/source/faults.rst
diff options
context:
space:
mode:
authorKurtis Cobb <kurtis.cobb@gmail.com>2016-09-12 18:04:20 -0700
committerKurtis Cobb <kurtis.cobb@gmail.com>2016-09-12 18:10:14 -0700
commit41aa2647e51843a3ef43203e9113bc6f39fe7967 (patch)
treec8a4b65261817a0db9fd03d4612a0738a5b32d12 /api-guide/source/faults.rst
parentba718e35db3275f66647690e3d5b31614f228639 (diff)
downloadnova-41aa2647e51843a3ef43203e9113bc6f39fe7967.tar.gz
Doc fix for Nova API Guide, fixed wording
This patch updates the Nova API Guide: faults.rst. Modified wording on line 94 for improved readability. Change-Id: I622d64f7aa80c559fbf924adf1f9ce0ee82f3d81 Related-Bug: #1622758
Diffstat (limited to 'api-guide/source/faults.rst')
-rw-r--r--api-guide/source/faults.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-guide/source/faults.rst b/api-guide/source/faults.rst
index ad1a97f3be..28e0574506 100644
--- a/api-guide/source/faults.rst
+++ b/api-guide/source/faults.rst
@@ -91,7 +91,7 @@ An error may occur in the background while a server is being built or while a
server is executing an action.
In these cases, the server is usually placed in an ``ERROR`` state. For some
-operations, like resize, its possible that the operations fails but
+operations, like resize, it is possible that the operation fails but
the instance gracefully returned to its original state before attempting the
operation. In both of these cases, you should be able to find out more from
the Server Actions API described above.