From 3848b482a58f1b2ef646118df00ab6ddcdacc8d0 Mon Sep 17 00:00:00 2001 From: Anh Tran Date: Mon, 23 Jan 2017 16:36:27 +0700 Subject: [PATCH] Typo fix: recieve => receive Change-Id: I20d49e807a4827303446ac8d8d6bbf2d168b119d --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f985b09..5a72e13 100644 --- a/README.rst +++ b/README.rst @@ -355,7 +355,7 @@ The Client class takes these parameters: api_version, endpoint, and token. The Client class is used to call all monasca-api resource commands (i.e. client.Client.metrics.create(fields)). -Long running users of the Client will recieve an indication +Long running users of the Client will receive an indication that the keystone token has expired when they receive an HTTP response code of 401 Unauthorized from the monasca-API. In this case, it is up to the user to get a new token from keystone which can be passed