From 793bb585a3328efad1b9470e14655426c831d4df Mon Sep 17 00:00:00 2001 From: MaoyangLiu Date: Tue, 11 Dec 2018 19:38:59 +0800 Subject: [PATCH] Fix typo in spec Change-Id: I0b2da162dd549e5ccbcccdf73ce5fd67389e4683 --- doc/source/specs/rocky/resource-availability.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/specs/rocky/resource-availability.rst b/doc/source/specs/rocky/resource-availability.rst index d64b47a9..fbbe0cf9 100644 --- a/doc/source/specs/rocky/resource-availability.rst +++ b/doc/source/specs/rocky/resource-availability.rst @@ -66,7 +66,7 @@ API always has an impact for pythonclient, too. The drawback is the authentification and the authorization for the API call become more complex. The response body changes depending on the keystone token. If a token scopes admin role, the API needs to create its response with host -information. If not, the API doesn't have to add the infomation. +information. If not, the API doesn't have to add the information. Data model impact -----------------