From 40d08b3e818ea2994b7f07582b15aeed7dfd88f2 Mon Sep 17 00:00:00 2001 From: chao liu Date: Mon, 4 Sep 2017 22:41:25 -0700 Subject: [PATCH] Fix a typo: replace microverison with microversion TrivialFix Change-Id: I76e3ee01d8f83dd479632d4bd8c665863bb43e61 --- .../notes/api-versions-mark-v1-deprecated-3540d39279fbd60e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/api-versions-mark-v1-deprecated-3540d39279fbd60e.yaml b/releasenotes/notes/api-versions-mark-v1-deprecated-3540d39279fbd60e.yaml index c08b62bc63..2bb75c9246 100644 --- a/releasenotes/notes/api-versions-mark-v1-deprecated-3540d39279fbd60e.yaml +++ b/releasenotes/notes/api-versions-mark-v1-deprecated-3540d39279fbd60e.yaml @@ -8,4 +8,4 @@ deprecations: 'X-OpenStack-Manila-API-Version' and providing a value '2.x', where '2' is the major version and 'x' is the minor (or 'micro') version. To continue exploiting feature functionality that was part of the v1 API, you may use the v2 API with - the microverison '2.0', which is behaviourally identical to the v1 API. + the microversion '2.0', which is behaviourally identical to the v1 API.