From f3005f098470ddfdd053a5d0778eac1a9b202af0 Mon Sep 17 00:00:00 2001 From: Abhishek L Date: Tue, 9 Aug 2016 18:01:11 +0200 Subject: [PATCH] doc: openstack fix minor typo s/ommitted/omitted --- website/source/docs/providers/openstack/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/openstack/index.html.markdown b/website/source/docs/providers/openstack/index.html.markdown index c9e23a765..c02bce24c 100644 --- a/website/source/docs/providers/openstack/index.html.markdown +++ b/website/source/docs/providers/openstack/index.html.markdown @@ -51,7 +51,7 @@ The following arguments are supported: Keystone service. By specifying a token, you do not have to specify a username/password combination, since the token was already created by a username/password out of band of Terraform. - If ommitted, the `OS_AUTH_TOKEN` environment variable is used. + If omitted, the `OS_AUTH_TOKEN` environment variable is used. * `api_key` - (Optional; Required if not using `password`) An API Key is issued by a cloud provider as alternative password. Unless