From ec61197343c66f44fe2b30cb02ddb1e5fe93f2d8 Mon Sep 17 00:00:00 2001 From: juhoson Date: Tue, 8 May 2018 10:17:43 +0000 Subject: [PATCH] Fix typo in api-ref/source/failover-segments.inc file Fixed typo.(RESEVED_HOST -> RESERVED_HOST) Change-Id: I64620e67fee41e02c6f858b275b5bcb69acaedf3 Closes-Bug: 1769437 --- api-ref/source/failover-segments.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/failover-segments.inc b/api-ref/source/failover-segments.inc index 32b2bc9b..afc3d677 100644 --- a/api-ref/source/failover-segments.inc +++ b/api-ref/source/failover-segments.inc @@ -35,7 +35,7 @@ recovery action to be followed when any host in a segment goes down. The possible `recovery_method` values are: - ``AUTO``. Auto recovery action. -- ``RESEVED_HOST``. Reserved host recovery action. +- ``RESERVED_HOST``. Reserved host recovery action. - ``AUTO_PRIORITY``. First executes auto and if auto fails then retried with reserved host recover action. - ``RH_PRIORITY``. First executes reserved host and if it fails then retried @@ -326,4 +326,4 @@ Request Response -------- -There is no body content for the response of a successful DELETE query. \ No newline at end of file +There is no body content for the response of a successful DELETE query.